From d2acf841f3576b6f7b948eef94f75c712617851c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 22 May 2019 09:29:16 -0700 Subject: cmake: Change default value for ENABLE_RFNOC to ON This means that by default: - Symbols get exported - Headers get installed - Examples get compiled The switch still exists and can be disabled. --- host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/CMakeLists.txt') diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 84cc60f05..2d2e465d1 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -345,7 +345,7 @@ message(STATUS "Boost libraries: ${Boost_LIBRARIES}") # Additional settings for build environment ######################################################################## # Note: RFNoC never gets fully disabled, but the public APIs do -set(ENABLE_RFNOC OFF CACHE BOOL "Export RFNoC includes and symbols") +set(ENABLE_RFNOC ON CACHE BOOL "Export RFNoC includes and symbols") include(UHDGlobalDefs) include(UHDLog) -- cgit v1.2.3