Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 11, 2025
1 parent 4cc9388 commit 73e8131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagickCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ set(MAGICKCORE_CODERS_SRCS

if(MSVC)
# for [[fallthrough]]
add_compile_options(/std:clatest>)
add_compile_options(/std:clatest)
endif()

# Let's fill a variable with the code for the available delegates
Expand Down
2 changes: 1 addition & 1 deletion MagickWand/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ endif()

if(MSVC)
# for [[fallthrough]]
add_compile_options(/std:clatest>)
add_compile_options(/std:clatest)
endif()

set_target_properties(${MAGICKWAND_BINARY_NAME} PROPERTIES PUBLIC_HEADER "${MAGICKWAND_PUBLIC_HEADERS}")
Expand Down

0 comments on commit 73e8131

Please # to comment.