Skip to content

Commit 1b945e3

Browse files
committed
[CMake] Fix a typo in 23ffb2b
1 parent 5a10055 commit 1b945e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/Modules/CMakePolicy.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ endif()
2020
# (https://github.com/mozilla/sccache?tab=readme-ov-file#usage)
2121
# avoiding “fatal error C1041: cannot open program database; if
2222
# multiple CL.EXE write to the same .PDB file, please use /FS"
23-
+if(POLICY CMP0141)
24-
+ cmake_policy(SET CMP0141 NEW)
25-
+endif()
23+
if(POLICY CMP0141)
24+
cmake_policy(SET CMP0141 NEW)
25+
endif()

0 commit comments

Comments
 (0)