Skip to content

Commit

Permalink
Run cmake-format on CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Jul 18, 2024
1 parent 132b02c commit 7d9522d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ if(MSVC)
message(STATUS "libavif: Enabling warnings for MSVC")
target_compile_options(
avif_obj
PUBLIC $<BUILD_INTERFACE:
/W4 # For clang-cl, /W4 enables -Wall and -Wextra
PUBLIC $<BUILD_INTERFACE: /W4 # For clang-cl, /W4 enables -Wall and -Wextra
/wd4324 # Disable: structure was padded due to alignment specifier
>
)
Expand Down

0 comments on commit 7d9522d

Please sign in to comment.