From 0c3d5644e0d3eb8b7955c92d0cf147f0ae84869d Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 9 Sep 2010 15:40:00 -0300 Subject: Bump the required ApiExtractor version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7804e7db6..e51397133 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.7 REQUIRED) +find_package(ApiExtractor 0.8 REQUIRED) option(BUILD_TESTS "Build tests." TRUE) -- cgit v1.2.3