warning: overriding '-mmacosx-version-min=10.14' option

Jacob Carlborg doob at me.com
Wed Jan 15 19:56:57 UTC 2020


On 2020-01-15 20:55, Jacob Carlborg wrote:

> * CMAKE_SYSTEM_NAME - Specifies the target platform. Will detect the 
> correct SDK. This adds the `-isysroot` flag.
> 
> * CMAKE_OSX_ARCHITECTURES - Specifies the target architecture. This will 
> add the `-arch` flag.
> 
> * CMAKE_OSX_DEPLOYMENT_TARGET - Specifies the minimal deployment target. 
> This will (for iOS) add the `-miphoneos-version-min` flag.

To be clear, when specifying these CMake variables the warning 
disappears. Thanks.

-- 
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list