Opened 6 years ago

Closed 5 years ago

#903 closed defect (fixed)

cmake files get compiled twice

Reported by: cvvergara Owned by: cvvergara
Priority: minor Milestone: 3.8.0
Component: Build/Install (cmake) Version: 3.6.2
Severity: Annoyance Keywords: cmake
Cc:

Description

For example: ` Building CXX object src/CMakeFiles/geos.dir/algorithm/CentroidArea.cpp.o Building CXX object src/CMakeFiles/geos-static.dir/algorithm/CentroidArea.cpp.o `

Change History (5)

comment:1 by cvvergara, 6 years ago

Keywords: cmake added

comment:2 by dbaston, 6 years ago

Is this once for the static library and once for the dynamic library? It may be by design: https://stackoverflow.com/a/22269819/2171894

comment:4 by dbaston, 5 years ago

I'm inclined to close this out since the current CMake config no longer builds both shared and static libs by default.

Thoughts, cvvergara?

comment:5 by pramsey, 5 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.