mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
tidy-up a comment in cmake script
This commit is contained in:
@@ -258,7 +258,7 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
if(MSVC_CLANG)
|
||||
# clang-cl treats '/W4' as '-Wall -Wextra' -- we don't need -Wextra.
|
||||
# clang-cl treats /W4 as '-Wall -Wextra' -- we don't need -Wextra
|
||||
foreach(flag_var
|
||||
CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_RELWITHDEBINFO)
|
||||
|
||||
Reference in New Issue
Block a user