From 8aa73deb5a89450c0218a34ad08f4e806833159a Mon Sep 17 00:00:00 2001 From: Michael Dickens Date: Mon, 11 Jan 2021 10:49:07 -0500 Subject: cmake: fix cut-and-paste typo to fix SIM APPLE build Ref: 00c306d5c441e60e7dfd2516e05e4e433977ecee --- host/lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib') diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 37f73f108..4fff30eaf 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -204,7 +204,7 @@ if(ENABLE_SIM) target_link_libraries(uhd ${PYTHON_LIBRARIES}) if(APPLE) - target_link_options(pyuhd PRIVATE "LINKER:-undefined,dynamic_lookup") + target_link_options(uhd PRIVATE "LINKER:-undefined,dynamic_lookup") endif(APPLE) endif(ENABLE_SIM) -- cgit v1.2.3