summaryrefslogtreecommitdiff
path: root/gr-fft
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2013-06-03 16:12:16 -0700
committerBen Reynwar <ben@reynwar.net>2013-06-03 16:12:16 -0700
commitbceb96b021bab0168e501e74ac38c7e31213b1a1 (patch)
treeafac5d091307e1a7e6188e694b1de51394595177 /gr-fft
parent2221545bed592dbd0c22f8c5745c9dcfad2f0480 (diff)
uninstalled imports: Fixing up after merge with master.
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/python/fft/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/python/fft/CMakeLists.txt b/gr-fft/python/fft/CMakeLists.txt
index 2ffa3ee3c3..a26b3ea4a8 100644
--- a/gr-fft/python/fft/CMakeLists.txt
+++ b/gr-fft/python/fft/CMakeLists.txt
@@ -37,7 +37,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)
file(GLOB py_qa_test_files "qa_*.py")