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 | |
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.
-rw-r--r-- | gnuradio-core/src/lib/gengen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | gr-trellis/src/lib/CMakeLists.txt | 2 |
2 files changed, 3 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 diff --git a/gr-trellis/src/lib/CMakeLists.txt b/gr-trellis/src/lib/CMakeLists.txt index 60e86b87c..9080afa56 100644 --- a/gr-trellis/src/lib/CMakeLists.txt +++ b/gr-trellis/src/lib/CMakeLists.txt @@ -17,6 +17,8 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. +include(GrPython) + ######################################################################## # Setup the include and linker paths ######################################################################## |