[geos-commits] [SCM] GEOS branch master updated. a79ba9904d1cc1d52d1d248b71579bf1b82711b8

git at osgeo.org git at osgeo.org
Mon Sep 23 08:52:54 PDT 2019


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  a79ba9904d1cc1d52d1d248b71579bf1b82711b8 (commit)
      from  03a76a371bfe81adb0d6e18cde41b6aa7c494786 (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 a79ba9904d1cc1d52d1d248b71579bf1b82711b8
Author: Howard Butler <howard at hobu.co>
Date:   Fri Sep 20 11:30:59 2019 -0500

    -DBUILD_SHARED_LIBS=ON for msvc builds in azp

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index d9942d0..e17e9b2 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -187,7 +187,7 @@ stages:
         mkdir build.cxx%CXXSTD%
         cd build.cxx%CXXSTD%
         cmake --version
-        cmake -DCMAKE_CXX_STANDARD=%CXXSTD% -DBUILD_SHARED_LIBS=OFF ..
+        cmake -DCMAKE_CXX_STANDARD=%CXXSTD% -DBUILD_SHARED_LIBS=ON ..
       displayName: 'CMake'
     - script: |
         cd build.cxx%CXXSTD%

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

Summary of changes:
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list