aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-07-22 14:50:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:04 -0300
commit3a560e6b1efac44af56338cbf72f9fa0d32920c5 (patch)
tree6ff5b96e591db368efa9e4c2fbb77a1e27b99393
parent7c771c8e67993f59fe05227a37384fd75ed34c37 (diff)
Updated apiextractor version dependecy.sb-1.0.5
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e61d9f07..6f036270c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/
${CMAKE_MODULE_PATH})
find_package(Qt4 4.5.0)
-find_package(ApiExtractor 0.10.4 REQUIRED)
+find_package(ApiExtractor 0.10.5 REQUIRED)
find_package(GeneratorRunner 0.6.11 REQUIRED)
find_package(PythonLibs)
find_package(PythonInterpWithDebug)