diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 09:30:23 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-08 09:30:23 -0500 |
commit | 0970c7eaa165c6dc7d70be55dbf3d272b88fc109 (patch) | |
tree | b8f09685720baac3d5d1ab89fed0e9bc13ed9c18 /gr-blocks/CMakeLists.txt | |
parent | 27a222ad8dcd245e7b9b4ff51141bdf3d8675a3c (diff) | |
parent | 4389b769891283face9aa397bd4d736f478e97e4 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/CMakeLists.txt | 3 |
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) |