aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@openbossa.org>2011-01-21 14:33:42 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:55 -0300
commit947dd9d273bc6abd9739e998416e84a483600b42 (patch)
treed440c1b0c1c3c1c35582b14346dd57a4035afee8
parentb18a0f63b93a6ad9f047d10408d98d0fb548919d (diff)
Updated apiextractor and generatorrunner version dependency.sb-1.0.0-beta4
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 52aea4346..b20df0bb6 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)