Skip to content

Commit

Permalink
CMake: Use an absolute path to be more sure that the path is correct (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell authored Dec 21, 2024
1 parent 80a01c6 commit 9dfca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ write_basic_package_version_file(
VERSION ${GEOS_VERSION}
COMPATIBILITY AnyNewerVersion)

configure_file(cmake/geos-config.cmake
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake/geos-config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/geos-config.cmake"
COPYONLY)

Expand Down

0 comments on commit 9dfca09

Please # to comment.