From 39a57ceebca75f63033595c9d2732af845414d0b Mon Sep 17 00:00:00 2001 From: Andreas Orthey <andreas.orthey@gmx.de> Date: Fri, 21 Feb 2014 16:14:43 +0100 Subject: [PATCH] forced cmake to consider the 2.* versions of python first --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c85d93a..cbedc3e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,6 +16,7 @@ # # 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) FINDPYTHON() -- GitLab