From: José Fonseca Date: Mon, 6 Dec 2010 23:15:07 +0000 (+0000) Subject: Use Python 2.6 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=3cb348d77b6fab32694b74a22a91eba395f4a729;p=apitrace Use Python 2.6 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c8848d3..0761a78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ if (NOT CMAKE_BUILD_TYPE) FORCE) endif (NOT CMAKE_BUILD_TYPE) +set (CMAKE_USE_PYTHON_VERSION 2.6) + find_package (PythonInterp REQUIRED) find_package (OpenGL REQUIRED) diff --git a/README b/README index 45487d4..be3a5b7 100644 --- a/README +++ b/README @@ -39,7 +39,7 @@ Wrapper DLLs to trace OpenGL, D3D8, and D3D9 APIs calls. = Building from source = Common requirements: -* Python (tested with version 2.6) +* Python (requires version 2.6) * CMake (tested with version 2.8) == Linux ==