Skip to content
Snippets Groups Projects
Commit 39a57cee authored by Andreas Orthey's avatar Andreas Orthey
Browse files

forced cmake to consider the 2.* versions of python first

parent 3084add4
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
# #
# Python # Python
# #
set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
INCLUDE(../cmake/python.cmake) INCLUDE(../cmake/python.cmake)
FINDPYTHON() FINDPYTHON()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment