diff options
author | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-21 15:56:44 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-21 16:10:36 -0300 |
commit | 9fb7cf7616e8e9a8948edff1f203f35d2761a5db (patch) | |
tree | 87c515575634bcf2f98fdc34819dccf3a3a2ea03 | |
parent | c584156614947a7345a82fcdd51ce542ce904407 (diff) | |
download | shiboken-9fb7cf7616e8e9a8948edff1f203f35d2761a5db.tar.gz shiboken-9fb7cf7616e8e9a8948edff1f203f35d2761a5db.tar.xz shiboken-9fb7cf7616e8e9a8948edff1f203f35d2761a5db.zip |
Update module version dependency.
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b20df0bb..eb4372ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,8 +7,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/ ${CMAKE_MODULE_PATH}) find_package(Qt4 4.5.0) -find_package(ApiExtractor 0.9.3) -find_package(GeneratorRunner 0.6.4) +find_package(ApiExtractor 0.9.4) +find_package(GeneratorRunner 0.6.5) find_package(PythonLibs) find_package(PythonInterpWithDebug) |