Last active
September 26, 2015 11:15
-
-
Save metacollin/d6c7854a01e0e9094a60 to your computer and use it in GitHub Desktop.
I love kittens!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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