diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:50:11 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:50:11 -0400 |
commit | 435b1d166f0c7092bbd5e1f788e75dbb6ade3a4b (patch) | |
tree | 66332e47e3b889d980a0f01a0857df9ea5d4137e /gr-blocks/CMakeLists.txt | |
parent | 5f839d93c97a2ac86001dbabdfc3941cf23410a1 (diff) |
Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."
This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c.
Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/tests/CMakeLists.txt
Diffstat (limited to 'gr-blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-blocks/CMakeLists.txt b/gr-blocks/CMakeLists.txt index 98f73d2177..c4821da2b8 100644 --- a/gr-blocks/CMakeLists.txt +++ b/gr-blocks/CMakeLists.txt @@ -82,9 +82,9 @@ CPACK_COMPONENT("blocks_swig" ######################################################################## add_subdirectory(include/blocks) add_subdirectory(lib) -if(ENABLE_TESTING) - add_subdirectory(tests) -endif(ENABLE_TESTING) +#if(ENABLE_TESTING) +# add_subdirectory(tests) +#endif(ENABLE_TESTING) if(ENABLE_PYTHON) add_subdirectory(python) add_subdirectory(swig) |