From c00ea5762748ff62b1a7656ae12295300c06c313 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Fri, 21 Jan 2011 14:32:20 -0300 Subject: Updated apiextractor version dependency. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cc8f843f..842bd0148 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.9.0 REQUIRED) +find_package(ApiExtractor 0.9.3 REQUIRED) option(BUILD_TESTS "Build tests." TRUE) option(INSTALL_TESTS "Install tests" FALSE) -- cgit v1.2.3