From 1094874321ae891ff6bf393c3bf9f69d0f6b3038 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 1 Nov 2024 12:46:53 +0000 Subject: [PATCH] Remove test code. --- external/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index f0e13862f..619bbe7bc 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -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}