Skip to content

Commit

Permalink
Uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 31, 2024
1 parent 53f2a7c commit 05d0474
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmake/modules/FindGSHHG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +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}")
#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 05d0474

Please sign in to comment.