Opened 6 years ago

Closed 12 months ago

#935 closed defect (fixed)

incorrect cmake instruction

Reported by: xzcvczx Owned by: geos-devel@…
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 (3)

comment:1 by pramsey, 3 years ago

Milestone: 3.10.0

comment:2 by robe, 3 years ago

Milestone: 3.10.03.11.0

Retargeting in prep for GEOS 3.10.0 release

comment:3 by strk, 12 months ago

Resolution: fixed
Status: newclosed

The MACOSX conditional is not present anymore as of [4c3bd72ba73e9688b0712d9878d073559c84e4d6/git] (3.12.0dev) so I'm closing this

Note: See TracTickets for help on using tickets.