Advertisement
Guest User

Untitled

a guest
Feb 18th, 2012
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. diff --git a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt b/gr-howto-write-a
  2. index ac5f700..2fa04dc 100644
  3. --- a/gr-howto-write-a-block-cmake/swig/CMakeLists.txt
  4. +++ b/gr-howto-write-a-block-cmake/swig/CMakeLists.txt
  5. @@ -20,13 +20,13 @@
  6. ########################################################################
  7. # Include swig generation macros
  8. ########################################################################
  9. +include(GrPython)
  10. find_package(SWIG)
  11. find_package(PythonLibs)
  12. if(NOT SWIG_FOUND OR NOT PYTHONLIBS_FOUND)
  13. return()
  14. endif()
  15. include(GrSwig)
  16. -include(GrPython)
  17.  
  18. ########################################################################
  19. # Setup swig generation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement