From 60ce1872bddb56a854847c8e72d1b626b1290323 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 27 Jul 2016 09:25:17 +0200 Subject: [PATCH] Include correct directory for GDAL on non-Win32 systems --- modules/globebrowsing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/globebrowsing/CMakeLists.txt b/modules/globebrowsing/CMakeLists.txt index 59d4443d9a..9c028b8321 100644 --- a/modules/globebrowsing/CMakeLists.txt +++ b/modules/globebrowsing/CMakeLists.txt @@ -145,7 +145,7 @@ else (WIN32) target_include_directories( openspace-module-globebrowsing SYSTEM PUBLIC - ${GDAL_INCLUDE} + ${GDAL_INCLUDE_DIR} ) target_link_libraries(