1
0
Fork 0

Set minimum required GDAL version

This commit is contained in:
Christian Schmitt 2012-12-20 22:15:31 +01:00
parent 5b6329e5ad
commit 76e7d8fcbe

View file

@ -93,7 +93,7 @@ find_package(Boost COMPONENTS system thread REQUIRED)
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(SimGear 2.9.0 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(TIFF REQUIRED) # needed for SRTM
find_package(CGAL COMPONENTS Core REQUIRED) find_package(CGAL COMPONENTS Core REQUIRED)