aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-05-25 17:52:17 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:26 -0300
commitcbf60dce5415891bf856112950672de7b0e4a827 (patch)
tree89aad0471545dd048fabc6824cf1195ed3e725bf
parent2c2398db4fc249eb656739732f4a18b5f22fc81c (diff)
Updated generatorrunner dependency version.ps-1.0.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff911d553..49c75a472 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ project(pysidebindings)
cmake_minimum_required(VERSION 2.6)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Macros/
${CMAKE_MODULE_PATH})
-find_package(GeneratorRunner 0.6.9 REQUIRED)
+find_package(GeneratorRunner 0.6.10 REQUIRED)
find_package(Shiboken 1.0.3 REQUIRED)
find_package(Qt4 4.5.0 REQUIRED)
find_file(GL_H "gl.h" PATH_SUFFIXES "GL")