Skip to content

Commit

Permalink
try setting on the target
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 12, 2025
1 parent 6686424 commit 89276f8
Showing 1 changed file with 1 addition and 1 deletion.
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)
target_compile_options(${MAGICKWAND_BINARY_NAME} PRIVATE /std:clatest)
endif()

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

0 comments on commit 89276f8

Please # to comment.