summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-04-28 17:57:42 -0300
committerRenato Filho <renato.filho@openbossa.org>2011-04-28 17:57:42 -0300
commita160d96a2ca2475457211f23ace38b4f23842388 (patch)
treedf105eaa455bfa12816fc8c456c507160c5c2fde
parent08971467285f18e5f4375334d6fca1951169b02e (diff)
Updated dependecy version required.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f034c5d..9b229ad 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.2 REQUIRED)
+find_package(ApiExtractor 0.10.3 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)
option(INSTALL_TESTS "Install tests" FALSE)