Remove test code.

pull/2303/head
Jon Beniston 2024-11-01 12:46:53 +00:00
rodzic ff56523865
commit 1094874321
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -1560,11 +1560,6 @@ if (WIN32 OR APPLE)
else ()
set(UHD_PYTHON_ARGS "")
endif ()
if (DEFINED Python3_ROOT_DIR)
set(UHD_PYTHON_ARGS "-DPython3_ROOT_DIR=${Python3_ROOT_DIR}")
else ()
set(UHD_PYTHON_ARGS "")
endif ()
ExternalProject_Add(uhd
GIT_REPOSITORY https://github.com/EttusResearch/uhd.git
GIT_TAG ${UHD_TAG}