22.01.2023 20:01, Rafael Sadowski пишет:
> I don't think so, please wait until the cmake 3.25.2 is in packages so
> we do not have two sources of error to identify.
The update landed on my machine, so I'll commit this diff tomorrow
unless someone speaks up, thanks.
On Sun Jan 22, 2023 at 03:28:10PM +, Klemens Nanni wrote:
> Setting {ALL,INSTALL,FAKE,TEST}_TARGET in cmake ports has no effect
> unless you handroll do-* targets.
>
> In general, the default "all", "install" and "test"/"check" targets make
> no sense with CMake, since the default target to bu
Setting {ALL,INSTALL,FAKE,TEST}_TARGET in cmake ports has no effect
unless you handroll do-* targets.
In general, the default "all", "install" and "test"/"check" targets make
no sense with CMake, since the default target to build is derived during
configure.
Make devel/cmake default to empty *_TA