# HG changeset patch # User Sebastien Decugis # Date 1351964741 -3600 # Node ID ae96ae28f3ddc48b9e2676e9538008eab2b9d60a # Parent 90e3e9e75f44405120ba8c2b741fc4bf182ccf50 Limit python version to avoid using python3 (not compatible) diff -r 90e3e9e75f44 -r ae96ae28f3dd extensions/dbg_interactive/CMakeLists.txt --- a/extensions/dbg_interactive/CMakeLists.txt Sat Nov 03 18:08:21 2012 +0100 +++ b/extensions/dbg_interactive/CMakeLists.txt Sat Nov 03 18:45:41 2012 +0100 @@ -3,6 +3,7 @@ # This module is using Python +SET(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) FIND_PACKAGE(PythonLibs) INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})