Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #325: cmake: Improve summary output about ccache
af1ab38 fixup! cmake: Add `ccache` support (Hennadii Stepanov) 855f7e4 fixup! cmake: Add `ccache` support (Hennadii Stepanov) Pull request description: 1. From bitcoin#30454 (comment): > I think we can improve the output when `-DWITH_CCACHE=OFF` is used. Depending on the system, that output might be: > > ``` > cmake -B build -DWITH_CCACHE=OFF > < snip > > Use ccache for compiling .............. ccache masquerades as the compiler > ``` > > We should probably at least indicate that the option was respected by the build-system. With this PR on Fedora 40: ``` $ cmake -B build -DWITH_CCACHE=OFF < snip > Use ccache for compiling .............. ON ****** CMake Warning at CMakeLists.txt:656 (message): Disabling ccache was attempted using -DWITH_CCACHE=OFF, but ccache masquerades as the compiler. ****** ``` 2. The second commit fixes a bug introduced in #298. Top commit has no ACKs. Tree-SHA512: cd5e9b1a6618e147cd1ac9d1b592b7c5e3dd650caa53cd80c0db7a00d2bfd510882c39ac88ee028494faa09bc03cdfba9024124c619dc12d0289a085d32876d9
- Loading branch information