Use Python 2.6
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 6 Dec 2010 23:15:07 +0000 (23:15 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 6 Dec 2010 23:16:02 +0000 (23:16 +0000)
CMakeLists.txt
README

index c8848d3..0761a78 100644 (file)
@@ -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 (file)
--- 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 ==