[geos-commits] [SCM] GEOS branch master updated. 2d335df0c3ffccec58dcd71508c94ef76c836a46

git at osgeo.org git at osgeo.org
Mon Feb 1 16:45:26 PST 2021


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, master has been updated
       via  2d335df0c3ffccec58dcd71508c94ef76c836a46 (commit)
      from  a2a41b8c765f789ab929d3ccebf12d791c580bba (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 2d335df0c3ffccec58dcd71508c94ef76c836a46
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 1 19:45:22 2021 -0500

    Specify install path so PostGIS ci build can find it

diff --git a/tools/ci/debbie.sh b/tools/ci/debbie.sh
index 9cc5c75..89acfca 100644
--- a/tools/ci/debbie.sh
+++ b/tools/ci/debbie.sh
@@ -13,7 +13,7 @@
 rm -rf build
 mkdir -p build
 cd build
-cmake ../
+cmake -DCMAKE_INSTALL_PREFIX:PATH=../rel-${GEOS_VER}w${OS_BUILD} ../
 make
 [ -f CMakeCache.txt ] && \
 ctest --output-on-failure . || \

-----------------------------------------------------------------------

Summary of changes:
 tools/ci/debbie.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list