Skip to content

Instantly share code, notes, and snippets.

@metacollin
Last active September 26, 2015 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacollin/d6c7854a01e0e9094a60 to your computer and use it in GitHub Desktop.
Save metacollin/d6c7854a01e0e9094a60 to your computer and use it in GitHub Desktop.
I love kittens!
diff --git a/gr-wxgui/CMakeLists.txt b/gr-wxgui/CMakeLists.txt
index 0006160..67228b2 100644
--- a/gr-wxgui/CMakeLists.txt
+++ b/gr-wxgui/CMakeLists.txt
@@ -23,7 +23,7 @@
include(GrBoost)
include(GrPython)
-GR_PYTHON_CHECK_MODULE("wx >= 2.8" wx "wx.version().split()[0] >= '2.8'" WX_FOUND)
+GR_PYTHON_CHECK_MODULE("wx >= 2.8" wxversion "wxversion.select(\"3.0.2.0\")" WX_FOUND)
GR_PYTHON_CHECK_MODULE("numpy" numpy True NUMPY_FOUND)
########################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment