Set minimum required GDAL version
This commit is contained in:
parent
5b6329e5ad
commit
76e7d8fcbe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue