aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-02-02 15:14:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:13:53 -0300
commit0c49645f7fee72c92d2f25f18510d75811d7289a (patch)
treea15bac428b486e4fce7edf97f4961a2e78d9a920 /CMakeLists.txt
parent1c412be5beb35445d2aa985a052b89e74184cb64 (diff)
Update apiextractor/generatorrunner dependency version.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 429b38b2c..cc7a706d6 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)
-find_package(ApiExtractor 0.9.4 REQUIRED)
-find_package(GeneratorRunner 0.6.5 REQUIRED)
+find_package(ApiExtractor 0.9.5 REQUIRED)
+find_package(GeneratorRunner 0.6.6 REQUIRED)
find_package(PythonLibs)
find_package(PythonInterpWithDebug)