
Untitled
By: a guest on
Feb 18th, 2012 | syntax:
None | size: 0.69 KB | hits: 68 | expires: Never
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