[geos-devel] [GEOS] #935: incorrect cmake instruction
GEOS
geos-trac at osgeo.org
Thu Oct 18 19:24:32 PDT 2018
#935: incorrect cmake instruction
-----------------------------------+--------------------------
Reporter: xzcvczx | Owner: geos-devel@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: Build/Install (cmake) | Version: master
Severity: Unassigned | Keywords: cmake
-----------------------------------+--------------------------
in capi/CMakeLists.txt
if(NOT GEOS_ENABLE_MACOSX_FRAMEWORK AND GEOS_BUILD_SHARED)
# if building OS X framework or only building static libs, CAPI built
into C++ library
the if argument doesn't seem to match the comment below it, should it not
be
if(NOT GEOS_ENABLE_MACOSX_FRAMEWORK AND NOT GEOS_BUILD_SHARED)
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/935>
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