diff options
author | Bastian Bloessl <mail@bastibl.net> | 2017-01-29 10:27:29 +0100 |
---|---|---|
committer | Bastian Bloessl <mail@bastibl.net> | 2017-03-22 13:25:18 +0100 |
commit | f6b040c62eb969c4b4ae0298ccfffce6bbfe1871 (patch) | |
tree | 03cc0218925ed3e6b77584cf2092c94e80eb02f5 /gr-fft | |
parent | 80f1bc7840f633822a1032c4ad32ed251742c376 (diff) |
cmake: clean up
Diffstat (limited to 'gr-fft')
-rw-r--r-- | gr-fft/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fft/CMakeLists.txt b/gr-fft/CMakeLists.txt index 586abe56af..c0c4ae1115 100644 --- a/gr-fft/CMakeLists.txt +++ b/gr-fft/CMakeLists.txt @@ -91,7 +91,6 @@ if(ENABLE_PYTHON) add_subdirectory(python/fft) add_subdirectory(grc) endif(ENABLE_PYTHON) -#add_subdirectory(examples) add_subdirectory(doc) ######################################################################## |