Page MenuHomePhabricator

[cmake] Do not assume ninja
ClosedPublic

Authored by deadalnix on May 6 2018, 13:50.

Details

Summary

Currently, cmake always use ninja to build native executable. This patch changes this to use the same generator as the one provided by the user.

Test Plan
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake
make
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake
make

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmakegenerator
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2531
Build 3182: Bitcoin ABC Buildbot (legacy)
Build 3181: arc lint + arc unit