aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-09 15:40:00 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-09 15:40:00 -0300
commit0c3d5644e0d3eb8b7955c92d0cf147f0ae84869d (patch)
tree36ae86a1b3aa89ecbc0c3944165e2bc742f2686f
parentc68f96c1c49afa14bd0907bddeee053264d032c1 (diff)
Bump the required ApiExtractor version.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7804e7db6..e51397133 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(generatorrunner)
cmake_minimum_required(VERSION 2.6)
find_package(Qt4 4.5.0 REQUIRED)
-find_package(ApiExtractor 0.7 REQUIRED)
+find_package(ApiExtractor 0.8 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)