Skip to content

Commit c2341eb

Browse files
committed
Merge bitcoin#31983: build: don't show ccache summary with MSVC
c718bff 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 bitcoin#31771. ACKs for top commit: hebasto: ACK c718bff, I have reviewed the code and it looks OK. Tree-SHA512: cf20b36a496a446051d0586c55d05a9133dce26a958e6b39b510094c56014275b866806c88be40ffa918b4280970c082b981b4e52e4bfdb8cec1556f666898fc
2 parents 88debb3 + c718bff commit c2341eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/ccache.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if(NOT MSVC)
2323
else()
2424
set(WITH_CCACHE OFF)
2525
endif()
26+
else()
27+
set(WITH_CCACHE OFF)
2628
endif()
2729

2830
mark_as_advanced(CCACHE_EXECUTABLE)

0 commit comments

Comments
 (0)