1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
3 CMAKE_POLICY(SET CMP0011 OLD)
7 MESSAGE(STATUS "adding gdal from : ${OSGGdalSrcDir}")
9 IF(OSGGdalSrcDir MATCHES "1.5.4$")
10 INCLUDE("CMakeLists_154.txt")
12 INCLUDE("CMakeLists_current.txt")
16 MESSAGE(STATUS "ignoring gdal")
18 SET(OSGGdalSrcDir "" CACHE PATH "")