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 4911235 commit cf9fc5eCopy full SHA for cf9fc5e
cmake/Modules/CMakePolicy.cmake
@@ -29,3 +29,9 @@ endif()
29
if(POLICY CMP0144)
30
cmake_policy(SET CMP0144 NEW)
31
endif()
32
+
33
+# CMP0147: Visual Studio Generators build custom commands in parallel.
34
+# New in CMake 3.27: https://cmake.org/cmake/help/latest/policy/CMP0147.html
35
+if(POLICY CMP0147)
36
+ cmake_policy(SET CMP0147 NEW)
37
+endif()
0 commit comments