aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-05-25 17:50:29 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:24 -0300
commitc65886debe3d55278fac78e8c14d552eb40ce1d5 (patch)
treec64cf2cee03a135cedb8ef008d8df277380634f0
parent7e1459b2a29045527a4bf3c5a840a2c38933760a (diff)
Updated generatorrunner dependency version.sb-1.0.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13f00b2eb..40cae19fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/
find_package(Qt4 4.5.0)
find_package(ApiExtractor 0.10.3 REQUIRED)
-find_package(GeneratorRunner 0.6.9 REQUIRED)
+find_package(GeneratorRunner 0.6.10 REQUIRED)
find_package(PythonLibs)
find_package(PythonInterpWithDebug)