From a160d96a2ca2475457211f23ace38b4f23842388 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 28 Apr 2011 17:57:42 -0300 Subject: Updated dependecy version required. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f034c5db1..9b229ad8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(generatorrunner) cmake_minimum_required(VERSION 2.6) find_package(Qt4 4.5.0 REQUIRED) -find_package(ApiExtractor 0.10.2 REQUIRED) +find_package(ApiExtractor 0.10.3 REQUIRED) option(BUILD_TESTS "Build tests." TRUE) option(INSTALL_TESTS "Install tests" FALSE) -- cgit v1.2.3