From 768338ddd1c0b2d0bfc356063cd059c154319dff Mon Sep 17 00:00:00 2001 From: Christian Schmitt Date: Sun, 7 Oct 2012 00:35:01 +0200 Subject: [PATCH] remove the GDAL option as well --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b960133..49f60296 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,8 +64,6 @@ if (MSVC AND MSVC_3RDPARTY_ROOT) set (OPENAL_LIBRARY_DIR ${MSVC_3RDPARTY_ROOT}/${MSVC_3RDPARTY_DIR}/lib) endif (MSVC AND MSVC_3RDPARTY_ROOT) -option(ENABLE_GDAL "Set to ON to build TerraGear with GDAL support" ON) - # check required dependencies find_package(Boost REQUIRED) find_package(ZLIB REQUIRED)