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 6e1f0e7 commit 6d331a8Copy full SHA for 6d331a8
cmake/EthPolicy.cmake
@@ -27,7 +27,8 @@ macro (eth_policy)
27
endif()
28
29
if(POLICY CMP0115)
30
- # speedup of cmake command on Windows
+ # Require explicit extensions for source files, do not guess.
31
+ # The extra calls to GetFileAttributesW significantly slow down cmake on Windows.
32
# https://gitlab.kitware.com/cmake/cmake/-/issues/23154
33
cmake_policy(SET CMP0115 NEW)
34
0 commit comments