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
Lint
Lint Not Applicable
Unit
Tests Not Applicable