From: José Fonseca Date: Sun, 5 Jun 2011 00:00:46 +0000 (+0100) Subject: Accept python 2.7 too. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e3674f3125d93d5d63f7ef6ac12d4ee60f5f7fa2;p=apitrace Accept python 2.7 too. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d55619..1ed9279 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (apitrace) set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) -set (CMAKE_USE_PYTHON_VERSION 2.6) +set (CMAKE_USE_PYTHON_VERSION 2.7 2.6) find_package (PythonInterp REQUIRED) find_package (OpenGL REQUIRED)