mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-05 16:00:00 +02: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:
@@ -23,6 +23,8 @@ if(NOT MSVC)
|
||||
else()
|
||||
set(WITH_CCACHE OFF)
|
||||
endif()
|
||||
else()
|
||||
set(WITH_CCACHE OFF)
|
||||
endif()
|
||||
|
||||
mark_as_advanced(CCACHE_EXECUTABLE)
|
||||
|
Reference in New Issue
Block a user