floooh / fips

High-level build system for distributed, multi-platform C/C++ projects.
MIT License
471 stars 82 forks source link

Always use 'cmake --build' under the hood in 'fips build' #288

Closed floooh closed 2 years ago

floooh commented 2 years ago

...previously the tools make, ninja and xcodebuild were invoked directly. Also xcodebuild isn't invoked directly anywhere else, this reduces some console spam on recent Macs (see https://github.com/floooh/fips/pull/285).