aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-01-21 14:32:20 -0300
committerRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-01-21 14:32:42 -0300
commitc00ea5762748ff62b1a7656ae12295300c06c313 (patch)
tree7d828b1b86740cb47927daf8438823e5da4ba94c
parenta3f83952957d0d7cdfce915e1dec9b0ae582193d (diff)
Updated apiextractor version dependency.sb-0.6.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1cc8f843f..842bd0148 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.9.0 REQUIRED)
+find_package(ApiExtractor 0.9.3 REQUIRED)
option(BUILD_TESTS "Build tests." TRUE)
option(INSTALL_TESTS "Install tests" FALSE)