summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-22 14:48:52 -0300
committerRenato Filho <renato.filho@openbossa.org>2011-07-22 14:48:52 -0300
commitfcf5916d468fe037b89daff877ea2abf081cd4a9 (patch)
treeaafd804091e87e580617148f089112c9496ceee2
parent570921e2c1868aad07322c931a0dbdb423306576 (diff)
Updated apiextractor dependency.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3857503..12c80e7 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.10.4 REQUIRED)
+find_package(ApiExtractor 0.10.5 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)
option(INSTALL_TESTS "Install tests" FALSE)