[geos-devel] [GEOS] #1143: Release distribution contains generated files with "dev" in version
GEOS
geos-trac at osgeo.org
Tue Nov 2 15:10:24 PDT 2021
#1143: Release distribution contains generated files with "dev" in version
------------------------+---------------------------
Reporter: Mike Taves | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.10.1
Component: Default | Version: main
Severity: Unassigned | Resolution:
Keywords: |
------------------------+---------------------------
Comment (by Mike Taves):
try this:
{{{
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5994bd..2b9161b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -417,8 +417,9 @@ if(NOT _is_multi_config_generator)
"/php/"
"/.*build-.*/"
"cmake_install\\\\.cmake"
- "/include/geos/version\\\\.h"
- "/tools/geos-config"
+ "/include/geos/version\\\\.h\$"
+ "/tools/geos-config\$"
+ "/tools/geos\\\\.pc\$"
"/bin/"
${PROJECT_BINARY_DIR}
)
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/1143#comment:8>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list