diff --git a/src/Prep/OGRDecode/CMakeLists.txt b/src/Prep/OGRDecode/CMakeLists.txt index f08fa29f..133b4c07 100644 --- a/src/Prep/OGRDecode/CMakeLists.txt +++ b/src/Prep/OGRDecode/CMakeLists.txt @@ -1,5 +1,7 @@ if (GDAL_FOUND) + +include_directories(${GDAL_INCLUDE_DIR}) add_executable(ogr-decode ogr-decode.cxx) target_link_libraries(ogr-decode