Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 31, 2024
1 parent 8ba6be0 commit 7523af2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/modules/FindGSHHG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
# GSHHG_MIN_REQUIRED_VERSION_{MAJOR, MINOR, PATCH}
# - Major, minor, and patch version required

message("Old ${GSHHG_ROOT}")
if (DEFINED GSHHG_ROOT)
message("Old ${GSHHG_ROOT}")
file(TO_CMAKE_PATH "${GSHHG_ROOT}" GSHHG_ROOT)
message("New ${GSHHG_ROOT}")
endif (DEFINED GSHHG_ROOT)
message("New ${GSHHG_ROOT}")

# get GSHHG path
find_path (GSHHG_PATH
Expand Down

0 comments on commit 7523af2

Please sign in to comment.