diff options
author | Ben Reynwar <ben@reynwar.net> | 2013-06-03 16:12:16 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2013-06-03 16:12:16 -0700 |
commit | bceb96b021bab0168e501e74ac38c7e31213b1a1 (patch) | |
tree | afac5d091307e1a7e6188e694b1de51394595177 /gr-vocoder/python/vocoder | |
parent | 2221545bed592dbd0c22f8c5745c9dcfad2f0480 (diff) |
uninstalled imports: Fixing up after merge with master.
Diffstat (limited to 'gr-vocoder/python/vocoder')
-rw-r--r-- | gr-vocoder/python/vocoder/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/python/vocoder/CMakeLists.txt b/gr-vocoder/python/vocoder/CMakeLists.txt index 689fddb178..7a95d27655 100644 --- a/gr-vocoder/python/vocoder/CMakeLists.txt +++ b/gr-vocoder/python/vocoder/CMakeLists.txt @@ -39,7 +39,7 @@ if(ENABLE_TESTING) set(GR_TEST_LIBRARY_DIRS "") set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/gruel/src/python - ${CMAKE_BINARY_DIR}/gnuradio-core/src/python + ${CMAKE_BINARY_DIR}/gnuradio-runtime/python ) include(GrTest) |