[geos-commits] [SCM] geos branch svn-3.6 updated. b35b37299230c576f4283bdd17e748e9c4669a53

git at osgeo.org git at osgeo.org
Mon Apr 10 14:16:29 PDT 2017


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, svn-3.6 has been updated
       via  b35b37299230c576f4283bdd17e748e9c4669a53 (commit)
      from  e5c330c11b626a00adde94a315253a12a9e54d3a (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 b35b37299230c576f4283bdd17e748e9c4669a53
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Mon Apr 10 23:17:56 2017 +0200

    [CMake] Fix geos-config is not installed on MinGW/MSYS builds
    
    Closes #706

diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index ee5b2d4..32fea3d 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -11,7 +11,7 @@
 #
 #################################################################################
 
-if(UNIX)
+if(UNIX OR MINGW)
 
   if(APPLE AND GEOS_ENABLE_MACOSX_FRAMEWORK AND GEOS_ENABLE_MACOSX_FRAMEWORK_UNIXCOMPAT)
     set(installdest GEOS.framework/Versions/${VERSION_MAJOR}/unix/bin)

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

Summary of changes:
 tools/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list