mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-08 20:28:55 +02:00
Merge bitcoin/bitcoin#31983: build: don't show ccache summary with MSVC
c718bffc361a1227de9deb823c35dd11c8570ddd build: don't use ccache with MSVC (fanquake) Pull request description: Set `WITH_CCACHE` to `OFF` for MSVC, so it doesn't show as `ON` in the configure summary. Fixes #31771. ACKs for top commit: hebasto: ACK c718bffc361a1227de9deb823c35dd11c8570ddd, I have reviewed the code and it looks OK. Tree-SHA512: cf20b36a496a446051d0586c55d05a9133dce26a958e6b39b510094c56014275b866806c88be40ffa918b4280970c082b981b4e52e4bfdb8cec1556f666898fc
This commit is contained in:
commit
c2341ebb5b
@ -23,6 +23,8 @@ if(NOT MSVC)
|
||||
else()
|
||||
set(WITH_CCACHE OFF)
|
||||
endif()
|
||||
else()
|
||||
set(WITH_CCACHE OFF)
|
||||
endif()
|
||||
|
||||
mark_as_advanced(CCACHE_EXECUTABLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user