cmake/Modules/FindPythonInterpWithDebug.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Description: Allow the packaging definitions to pick the desired python version.
Author: Didier Raboud <odyx@debian.org>
Last-Update: 2012-04-20
--- a/cmake/Modules/FindPythonInterpWithDebug.cmake
+++ b/cmake/Modules/FindPythonInterpWithDebug.cmake
@@ -1,4 +1,4 @@
-find_program(PYTHON_EXECUTABLE NAMES python2.7 python2.6 python2.5)
+# find_program(PYTHON_EXECUTABLE NAMES python2.7 python2.6 python2.5)
if (NOT PYTHON_EXECUTABLE)
find_package(PythonInterp REQUIRED)