From 08971467285f18e5f4375334d6fca1951169b02e Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 7 Apr 2011 15:43:53 -0300 Subject: Updated dependecy version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e6509eee8..f034c5db1 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.0 REQUIRED) +find_package(ApiExtractor 0.10.2 REQUIRED) option(BUILD_TESTS "Build tests." TRUE) option(INSTALL_TESTS "Install tests" FALSE) -- cgit v1.2.3