Page MenuHomePhabricator

[CMAKE] Cleanup the OSX platform file
ClosedPublic

Authored by Fabien on May 13 2019, 10:12.

Details

Summary

Replace some hardcoded linker flags with CMake built-in variables.
This has no impact to the build.

Test Plan
mkdir buildcmake && cd buildcmake
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake ..
ninja -v

Check the linker flags are identical before and after this patch.
Note: the build can fail if the fixes (other diffs) are not landed.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable