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.
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING8d2ddaa7c189: [cmake] Do not assume ninja
rABC8d2ddaa7c189: [cmake] Do not assume ninja
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake make cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake make
Diff Detail
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