[geos-devel] [GEOS] #937: geos/.h files not available in framework Headers
GEOS
geos-trac at osgeo.org
Sat Oct 20 08:36:24 PDT 2018
#937: geos/.h files not available in framework Headers
-----------------------------------+---------------------------
Reporter: xzcvczx | Owner: geos-devel@…
Type: defect | Status: closed
Priority: minor | Milestone:
Component: Build/Install (cmake) | Version: 3.6.2
Severity: Unassigned | Resolution: invalid
Keywords: |
-----------------------------------+---------------------------
Comment (by robe):
Hmm I wonder if it's some configuration in trac that it's showing the
latest fork/branch commit and not what is in the master branch
Line 56 from master repo reads this:
https://git.osgeo.org/gitea/geos/geos/src/branch/master/src/CMakeLists.txt#L56
{{{
install(CODE "execute_process(COMMAND ln -sfh ../../Headers
\"${GEOS_FWDIR_VER}/unix/include/geos\")")
}}}
and not what is in pull request and
https://trac.osgeo.org/geos/browser/git/src/CMakeLists.txt
{{{
install(CODE "execute_process(COMMAND ln -sf .
\"${GEOS_FWDIR_VER}/Headers/geos\")")
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/937#comment:6>
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