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 5a10055 commit 1b945e3Copy full SHA for 1b945e3
cmake/Modules/CMakePolicy.cmake
@@ -20,6 +20,6 @@ endif()
20
# (https://github.com/mozilla/sccache?tab=readme-ov-file#usage)
21
# avoiding “fatal error C1041: cannot open program database; if
22
# multiple CL.EXE write to the same .PDB file, please use /FS"
23
-+if(POLICY CMP0141)
24
-+ cmake_policy(SET CMP0141 NEW)
25
-+endif()
+if(POLICY CMP0141)
+ cmake_policy(SET CMP0141 NEW)
+endif()
0 commit comments