Closed chfast closed 2 months ago
In some configurations (e.g. Silkworm / conan) the CMAKE_OSX_DEPLOYMENT_TARGET may be defined even if we don't target macOS. Pass this value to the C compiler only if it supports the deployment target flag (-mmacos-version-min=).
CMAKE_OSX_DEPLOYMENT_TARGET
-mmacos-version-min=
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.19%. Comparing base (7961b60) to head (6fcf3c5). Report is 1 commits behind head on master.
7961b60
6fcf3c5
In some configurations (e.g. Silkworm / conan) the
CMAKE_OSX_DEPLOYMENT_TARGET
may be defined even if we don't target macOS. Pass this value to the C compiler only if it supports the deployment target flag (-mmacos-version-min=
).