From bc1d1aed80122926b7548cf0258e51fba6200dd7 Mon Sep 17 00:00:00 2001 From: Martijn Berger Date: Sun, 15 Nov 2015 11:21:26 +0100 Subject: windows / msvc bump to python 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 26b841f85c4..14eb2af58a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 -- cgit v1.2.3