Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Use an absolute path to be more sure that the path is correct
  • Loading branch information
ianhbell authored Dec 20, 2024
1 parent 80a01c6 commit 1bdaaf0
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 1bdaaf0

Please sign in to comment.