From 3cb348d77b6fab32694b74a22a91eba395f4a729 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 6 Dec 2010 23:15:07 +0000 Subject: [PATCH] Use Python 2.6 --- CMakeLists.txt | 2 ++ README | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 == -- 2.43.0