1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Disable UHD tests, examples and utils in order to speed up build

This commit is contained in:
Jon Beniston 2020-10-04 13:31:25 +01:00
parent 184a28929b
commit b30770474f

View File

@ -473,6 +473,9 @@ if (LINUX)
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/uhd"
CMAKE_ARGS ${DEFAULT_OUTPUT_DIRECTORIES}
-DENABLE_PYTHON_API=OFF
-DENABLE_EXAMPLES=OFF
-DENABLE_UTILS=OFF
-DENABLE_TESTS=OFF
SOURCE_SUBDIR host
INSTALL_COMMAND ""
TEST_COMMAND ""