Skip to content

Commit

Permalink
remote find package FindGDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Aug 23, 2023
1 parent 605c80e commit 4851c1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/SearchForStuff.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -690,10 +690,6 @@ endif ()
########################################
# Find gdal
include (FindGDAL)
if ("${GDAL_LIBRARY}" STREQUAL "")
unset(GDAL_FOUND CACHE)
find_package(GDAL CONFIG)
endif()
if (NOT GDAL_FOUND)
message (STATUS "Looking for libgdal - not found")
BUILD_WARNING ("GDAL not found, Digital elevation terrains support will be disabled.")
Expand Down

0 comments on commit 4851c1c

Please sign in to comment.