Opened 4 years ago
Last modified 16 months ago
#935 new defect
incorrect cmake instruction
Reported by: | xzcvczx | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 3.11.0 |
Component: | Build/Install (cmake) | Version: | main |
Severity: | Unassigned | Keywords: | cmake |
Cc: |
Description
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)
Change History (2)
comment:1 by , 2 years ago
Milestone: | → 3.10.0 |
---|
comment:2 by , 16 months ago
Milestone: | 3.10.0 → 3.11.0 |
---|
Note:
See TracTickets
for help on using tickets.
Retargeting in prep for GEOS 3.10.0 release