Skip to content

Commit

Permalink
use local geotiff instead of system
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 6, 2012
1 parent 0b4fbda commit b21e4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/BuildSetup.jenkins
Expand Up @@ -9,6 +9,8 @@ SET(GDAL_INCLUDE_DIR "/var/lib/jenkins/local/include" CACHE TYPE "")
SET(GDAL_LIBRARY "/var/lib/jenkins/local/lib/libgdal.so" CACHE TYPE "")
SET(GDAL_VERSION_STRING "1.9.0" CACHE TYPE "")
SET(WITH_GEOTIFF ON CACHE TYPE "")
SET(GEOTIFF_INCLUDE_DIR "/var/lib/jenkins/local/include" CACHE TYPE "")
SET(GEOTIFF_LIBRARY "/var/lib/jenkins/lib/libgeotiff.so" CACHE TYPE "")
SET(WITH_SWIG_CSHARP OFF CACHE TYPE "")
SET(WITH_SWIG_PYTHON OFF CACHE TYPE "")
SET(WITH_ICONV ON CACHE TYPE "")
Expand Down

0 comments on commit b21e4da

Please sign in to comment.