summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2013-06-01 16:44:00 -0400
committerJosh Blum2013-06-01 16:44:00 -0400
commite0de6c31bbc3d0cde7b5907beb952d9411fd2d13 (patch)
treeb102fd04de51a86b593c8c17bd942a253a448a5f
parentf1b9b9a44b9f50d6cca8234998d7e0adf64e46af (diff)
downloadsandhi-e0de6c31bbc3d0cde7b5907beb952d9411fd2d13.tar.gz
sandhi-e0de6c31bbc3d0cde7b5907beb952d9411fd2d13.tar.bz2
sandhi-e0de6c31bbc3d0cde7b5907beb952d9411fd2d13.zip
props: revered accidental cmake change
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3c93dd..21f1909 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,7 +114,7 @@ set(CMAKE_PROJECT_NAME gnuradio) #for submodule vars
set(GR_MOAR_LIBRARIES ${GRAS_LIBRARIES})
-#add_subdirectory(gnuradio)
+add_subdirectory(gnuradio)
########################################################################
# add GRAS to gnuradio cpack registry
@@ -195,7 +195,7 @@ if(ENABLE_GR_DIGITAL)
list(APPEND GR_TEST_TARGET_DEPS gnuradio-digital gnuradio-filter gnuradio-fft gnuradio-analog)
endif(ENABLE_GR_DIGITAL)
-#add_subdirectory(grextras)
+add_subdirectory(grextras)
########################################################################
# add GrExtras to gnuradio cpack registry