diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-04-01 16:13:42 -0400 |
commit | 2bf64459036916258dcf3269cec47904fdeba8f6 (patch) | |
tree | 50b6a0dd2bbc3e02b38e8d9fcf5215309d5545ff /gruel/CMakeLists.txt | |
parent | 6d20c58eba20406c3a1d6131e28a5bad8d18a408 (diff) |
Removes all references to guile and scheme, which are no longer needed.
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
Diffstat (limited to 'gruel/CMakeLists.txt')
-rw-r--r-- | gruel/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gruel/CMakeLists.txt b/gruel/CMakeLists.txt index 5fdc2b218a..558248d08a 100644 --- a/gruel/CMakeLists.txt +++ b/gruel/CMakeLists.txt @@ -81,7 +81,6 @@ CPACK_COMPONENT("gruel_swig" # Add subdirectories ######################################################################## add_subdirectory(src/include/gruel) -add_subdirectory(src/scheme/gnuradio) add_subdirectory(src/lib) if(ENABLE_PYTHON) add_subdirectory(src/swig) |