summaryrefslogtreecommitdiff
path: root/gr-blocks/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-08 09:30:23 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-08 09:30:23 -0500
commit0970c7eaa165c6dc7d70be55dbf3d272b88fc109 (patch)
treeb8f09685720baac3d5d1ab89fed0e9bc13ed9c18 /gr-blocks/CMakeLists.txt
parent27a222ad8dcd245e7b9b4ff51141bdf3d8675a3c (diff)
parent4389b769891283face9aa397bd4d736f478e97e4 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-blocks/CMakeLists.txt')
-rw-r--r--gr-blocks/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt
index 1fab5d90e0..23a60897b1 100644
--- a/gr-blocks/CMakeLists.txt
+++ b/gr-blocks/CMakeLists.txt
@@ -81,6 +81,9 @@ CPACK_COMPONENT("blocks_swig"
########################################################################
add_subdirectory(include/blocks)
add_subdirectory(lib)
+#if(ENABLE_TESTING)
+# add_subdirectory(tests)
+#endif(ENABLE_TESTING)
if(ENABLE_PYTHON)
add_subdirectory(python)
add_subdirectory(swig)