aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauro Neto <lauro.neto@openbossa.org>2010-11-24 11:45:23 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:07 -0300
commitd5928178f5e5abd4a0f86f056db5999fa37aefc1 (patch)
tree570456960adf90f7febb86f9256e7a4a1182e2c6
parentfe97dab5ba84e7b2abe7736cf0dbb3b6227d649a (diff)
Bump ApiExtractor dependency to 0.9.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f0546339..1e87f6216 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.8.2)
+find_package(ApiExtractor 0.9.0)
find_package(GeneratorRunner 0.6.3)
find_package(PythonLibs)
find_package(PythonInterpWithDebug)