You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
543 B
12 lines
543 B
diff -Nrup a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake |
|
--- a/Modules/FindPythonLibs.cmake 2014-01-16 12:15:08.000000000 -0500 |
|
+++ b/Modules/FindPythonLibs.cmake 2016-02-28 23:21:53.334794362 -0500 |
|
@@ -38,7 +38,7 @@ CMAKE_FIND_FRAMEWORKS(Python) |
|
|
|
set(_PYTHON1_VERSIONS 1.6 1.5) |
|
set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) |
|
-set(_PYTHON3_VERSIONS 3.3 3.2 3.1 3.0) |
|
+set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0) |
|
|
|
if(PythonLibs_FIND_VERSION) |
|
if(PythonLibs_FIND_VERSION MATCHES "^[0-9]+\\.[0-9]+(\\.[0-9]+.*)?$")
|
|
|