mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +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:
parent
15717f0ef3
commit
c718bffc36
@ -23,6 +23,8 @@ if(NOT MSVC)
|
|||||||
else()
|
else()
|
||||||
set(WITH_CCACHE OFF)
|
set(WITH_CCACHE OFF)
|
||||||
endif()
|
endif()
|
||||||
|
else()
|
||||||
|
set(WITH_CCACHE OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
mark_as_advanced(CCACHE_EXECUTABLE)
|
mark_as_advanced(CCACHE_EXECUTABLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user