aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)