windows / msvc bump to python 3.5

This commit is contained in:
Martijn Berger
2015-11-15 11:21:26 +01:00
parent f9e8de0b26
commit bc1d1aed80
3 changed files with 3 additions and 3 deletions

View File

@@ -1450,7 +1450,7 @@ elseif(WIN32)
endif()
if(WITH_PYTHON)
set(PYTHON_VERSION 3.4) # CACHE STRING)
set(PYTHON_VERSION 3.5) # CACHE STRING)
string(REPLACE "." "" _PYTHON_VERSION_NO_DOTS ${PYTHON_VERSION})
# Use shared libs for vc2008 and vc2010 until we actually have vc2010 libs