Skip to content
Snippets Groups Projects
Commit ab1c269b authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Make python versions 2.7 and 2.6 be found instead of python 3, when python 3 is the system default.

parent 17de24cf
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,11 @@ if ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
include ( DarwinSetup )
endif ()
###########################################################################
# Set working Python versions
###########################################################################
set ( Python_ADDITIONAL_VERSIONS 2.7 2.6 )
###########################################################################
# Cross-platform setup
###########################################################################
......
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