mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 10:30:08 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue