Opened 9 months ago
#69209 new defect
cmake-1.1 portgroup: Remove CodeBlocks extra generator
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | cmake |
Description
The cmake-1.1 portgroup sets cmake.generator
to CodeBlocks - Unix Makefiles
by default:
https://github.com/macports/macports-ports/blob/master/_resources/port1.0/group/cmake-1.1.tcl#L81
In CMake parlance the part before the dash is called an "extra generator". Extra generators are deprecated and will be removed in a future version of CMake:
https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#extra-generators
We should remove this from the portgroup before such a future version of CMake is released to avoid problems.
Note: See
TracTickets for help on using
tickets.