diff --git a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt b/gr-howto-write-a index ac5f700..2fa04dc 100644 --- a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt +++ b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt @@ -20,13 +20,13 @@ ######################################################################## # Include swig generation macros ######################################################################## +include(GrPython) find_package(SWIG) find_package(PythonLibs) if(NOT SWIG_FOUND OR NOT PYTHONLIBS_FOUND) return() endif() include(GrSwig) -include(GrPython) ######################################################################## # Setup swig generation