Re: devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Rafael Sadowski
On Fri Nov 20, 2020 at 08:06:27PM +, Stuart Henderson wrote: > On 2020/11/20 20:49, Rafael Sadowski wrote: > > I would like to add an new cmake module option. > > > > MODCMAKE_PORT_BUILD: > > If set to `Yes', CMake will set all necessary options for a port build. > > This does not change any d

Re: devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Stuart Henderson
On 2020/11/20 20:49, Rafael Sadowski wrote: > I would like to add an new cmake module option. > > MODCMAKE_PORT_BUILD: > If set to `Yes', CMake will set all necessary options for a port build. > This does not change any default settings for use outside the ports > tree. Default value is `Yes'. >

devel/cmake MODCMAKE_PORT_BUILD

2020-11-20 Thread Rafael Sadowski
I would like to add an new cmake module option. MODCMAKE_PORT_BUILD: If set to `Yes', CMake will set all necessary options for a port build. This does not change any default settings for use outside the ports tree. Default value is `Yes'. I have tested it with some ports and it works as desired.