File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ ELSE()
116116 SET (ISS_MIN_WIN_VERSION "6.1" )
117117ENDIF ()
118118# Define required version for MSVC
119- # Details: https://docs.microsoft.com/en-en /windows/win32/winprog/using-the-windows-headers
119+ # Details: https://docs.microsoft.com/en-us /windows/win32/winprog/using-the-windows-headers
120120IF (Qt6_FOUND)
121121 SET (MIN_WIN_VERSION "0x0A00" )
122122ELSE ()
@@ -221,7 +221,7 @@ ENDIF()
221221
222222# Add ASan (AddressSanitizer) build options if necessary
223223# Details: https://github.com/google/sanitizers/wiki/AddressSanitizer
224- # https://docs.microsoft.com/en-en /cpp/build/reference/fsanitize?view=msvc-150
224+ # https://docs.microsoft.com/en-us /cpp/build/reference/fsanitize?view=msvc-150
225225IF (${CMAKE_BUILD_TYPE} MATCHES "ASan" )
226226 IF (MSVC )
227227 SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /fsanitize=address" )
@@ -241,7 +241,7 @@ ENDIF()
241241
242242# Add Fuzzer (Fuzzer Sanitizer) build options if necessary
243243# Details: https://llvm.org/docs/LibFuzzer.html
244- # https://docs.microsoft.com/en-en /cpp/build/reference/fsanitize?view=msvc-150
244+ # https://docs.microsoft.com/en-us /cpp/build/reference/fsanitize?view=msvc-150
245245IF (${CMAKE_BUILD_TYPE} MATCHES "Fuzzer" )
246246 IF (MSVC )
247247 SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /fsanitize=fuzzer" )
You can’t perform that action at this time.
0 commit comments