From 76e7d8fcbe0e6a0a4d777baf16c1c1bc190c6ad4 Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Thu, 20 Dec 2012 22:15:31 +0100 Subject: [PATCH] Set minimum required GDAL version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5dec411..ffbc6f72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ find_package(Boost COMPONENTS system thread REQUIRED) find_package(ZLIB REQUIRED) find_package(Threads REQUIRED) find_package(SimGear 2.9.0 REQUIRED) -find_package(GDAL REQUIRED) +find_package(GDAL 1.6.0 REQUIRED) find_package(TIFF REQUIRED) # needed for SRTM find_package(CGAL COMPONENTS Core REQUIRED)