CMake files for UHD are in host subdir

This commit is contained in:
Jon Beniston 2020-10-03 14:48:27 +01:00
parent 3e6edfa17f
commit f408c54f61
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ if (LINUX)
GIT_TAG ${UHD_TAG}
PREFIX "${EXTERNAL_BUILD_LIBRARIES}/uhd"
CMAKE_ARGS ${DEFAULT_OUTPUT_DIRECTORIES}
SOURCE_SUBDIR host
INSTALL_COMMAND ""
TEST_COMMAND ""
)