diff options
author | Josh Blum | 2012-04-09 12:46:11 -0700 |
---|---|---|
committer | Josh Blum | 2012-04-09 12:46:11 -0700 |
commit | c7139a7eca69b3245c615ca9ac830ac04eff777c (patch) | |
tree | 02c46580e331c94cfd205b30bbb88eeb6ff7673f /gnuradio-core/src | |
parent | f621a52f779381cfe550b4278b83e701a747944c (diff) | |
download | gnuradio-c7139a7eca69b3245c615ca9ac830ac04eff777c.tar.gz gnuradio-c7139a7eca69b3245c615ca9ac830ac04eff777c.tar.bz2 gnuradio-c7139a7eca69b3245c615ca9ac830ac04eff777c.zip |
gr: fix 2 places where pyc files get generated in-tree
Included the GrPython module to define PYTHON_DASH_B.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/gengen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/gengen/CMakeLists.txt b/gnuradio-core/src/lib/gengen/CMakeLists.txt index 8a43a8880..d13776990 100644 --- a/gnuradio-core/src/lib/gengen/CMakeLists.txt +++ b/gnuradio-core/src/lib/gengen/CMakeLists.txt @@ -20,6 +20,7 @@ ######################################################################## # This file included, use CMake directory variables ######################################################################## +include(GrPython) ######################################################################## # generate the python helper script which calls into the build utils |