]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Use Python 2.6
[apitrace] / CMakeLists.txt
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)