From 4558e73be51b395b32786f0777fdcfefa1f0ec6a Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 10 Aug 2025 08:47:28 -0400 Subject: [PATCH] fix dragonlabs source being included --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 692b63de..f1929109 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,6 @@ if (OPT_BUILD_USRP_SOURCE) add_subdirectory("source_modules/usrp_source") endif (OPT_BUILD_USRP_SOURCE) -add_subdirectory("source_modules/dragonlabs_source") - # Sink modules if (OPT_BUILD_ANDROID_AUDIO_SINK) @@ -411,4 +409,4 @@ endif () configure_file(${CMAKE_SOURCE_DIR}/cmake_uninstall.cmake ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake @ONLY) add_custom_target(uninstall ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) -# Create headers target \ No newline at end of file +# Create headers target