Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin/bitcoin#31171: depends: Specify CMake generator explicitly
e2ba823 depends: Specify CMake generator explicitly (Hennadii Stepanov) Pull request description: Building packages in depends implies using GNU Make. However, this assumption can be wrong in environments where the [`CMAKE_GENERATOR`](https://cmake.org/cmake/help/latest/envvar/CMAKE_GENERATOR.html) variable is set. This change explicitly makes CMake use the "Unix Makefiles" generator. Can be tested as follows: ``` $ env CMAKE_GENERATOR=Ninja make -C depends ``` ACKs for top commit: fanquake: ACK e2ba823 - Going forward I think we should look at making this work without having to hard code anything. Tree-SHA512: e14ed1cec192434fe089d36a83e1e150727a3b299fada80a61fa5b44b0c50e014a774ef1e6cd6df189e25f7a13042a20d4f9605f6ccd32e7782f10adaf5e788f
- Loading branch information