aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-04-07 15:43:53 -0300
committerRenato Filho <renato.filho@openbossa.org>2011-04-07 15:43:53 -0300
commit08971467285f18e5f4375334d6fca1951169b02e (patch)
tree0814097d76fa061e1831d17366b6a19d05700c16
parent0623d22816ea4c38aec72244c985a6e0c3cf0cc3 (diff)
Updated dependecy version.sb-0.6.9
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e6509eee8..f034c5db1 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.0 REQUIRED)
+find_package(ApiExtractor 0.10.2 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)
option(INSTALL_TESTS "Install tests" FALSE)