]> git.cworth.org Git - apitrace/commitdiff
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 c8848d3c4d1b942d14aadf00d9d36b7f8e581214..0761a7845f0c94c2174d76c8bb9a1d124a6e29fb 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 45487d47ab6e31a4dc9a4684a6cd8264dfee228d..be3a5b73d1f6fc815900b86b07d75ddbe3ddc76b 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 ==