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
1 changed files with 3 additions and 0 deletions

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 ""