mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-26 17:52:13 +01:00
build: don't use ccache with MSVC
Set WITH_CCACHE to OFF for MSVC, so it doesn't show as ON in the configure summary. Fixes #31771.
This commit is contained in:
parent
15717f0ef3
commit
c718bffc36
@ -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