[geos-commits] [SCM] GEOS branch main updated. 9dfca0962aa52087afb6705cd7f415ec06dad6e2
git at osgeo.org
git at osgeo.org
Fri Dec 20 23:24:16 PST 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, main has been updated
via 9dfca0962aa52087afb6705cd7f415ec06dad6e2 (commit)
from 80a01c6cf6b26a406fc7ded889c1f47d84ea0596 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9dfca0962aa52087afb6705cd7f415ec06dad6e2
Author: Ian Bell <ian.bell at nist.gov>
Date: Sat Dec 21 00:23:49 2024 -0700
CMake: Use an absolute path to be more sure that the path is correct (#1210)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcf03178f..364952522 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list