diff options
author | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-21 14:33:42 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@openbossa.org> | 2011-01-21 16:10:34 -0300 |
commit | c584156614947a7345a82fcdd51ce542ce904407 (patch) | |
tree | f7273e7fd1fe7d1dee6bec277649d86d589f9dd5 | |
parent | 3293847076330f07de9c70dd82f32bfeede6d317 (diff) | |
download | shiboken-1.0.0-beta4.tar.gz shiboken-1.0.0-beta4.tar.xz shiboken-1.0.0-beta4.zip |
Updated apiextractor and generatorrunner version dependency.1.0.0-beta4
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52aea434..b20df0bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -include(icecc.cmake) +Include(icecc.cmake) project(shiboken) cmake_minimum_required(VERSION 2.6) @@ -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.0) -find_package(GeneratorRunner 0.6.3) +find_package(ApiExtractor 0.9.3) +find_package(GeneratorRunner 0.6.4) find_package(PythonLibs) find_package(PythonInterpWithDebug) |