We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d6434 commit 3447c62Copy full SHA for 3447c62
cmake/caches/sccache.cmake
@@ -1,5 +1,7 @@
1
find_program(SCCACHE sccache HINTS /usr/local/bin)
2
-if (SCCACHE AND UNIX)
+if (SCCACHE)
3
set(CMAKE_C_COMPILER_LAUNCHER ${SCCACHE} CACHE STRING "")
4
set(CMAKE_CXX_COMPILER_LAUNCHER ${SCCACHE} CACHE STRING "")
5
+ set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT Embedded)
6
+ cmake_policy(SET CMP0141 NEW)
7
endif()
0 commit comments