aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-09 15:41:33 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-09 15:41:33 -0300
commitf6a0978ea7be1a482e859883e1437e1478b39b8a (patch)
treefe695d9d6748986648b96c0700aa293be6f2ead1
parentdfb9d496c469570c355db3daaa3c02952813e5ad (diff)
Bump the required versions for ApiExtractor and GeneratorRunner.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d94e8b7d..6f1e4f5dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/
${CMAKE_MODULE_PATH})
find_package(Qt4 4.5.0 REQUIRED)
-find_package(ApiExtractor 0.7 REQUIRED)
-find_package(GeneratorRunner 0.6 REQUIRED)
+find_package(ApiExtractor 0.8 REQUIRED)
+find_package(GeneratorRunner 0.6.1 REQUIRED)
find_package(PythonLibs REQUIRED)
find_package(PythonInterpWithDebug REQUIRED)