Skip to content

Commit

Permalink
filter 4661 warning for msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
donghufeng committed Jul 26, 2023
1 parent 3895869 commit 9c73e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccsrc/lib/simulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ target_link_libraries(mqsim_common PUBLIC mq_base)
force_at_least_cxx17_workaround(mqsim_common)
append_to_property(mq_install_targets GLOBAL mqsim_common)
if(MSVC)
target_compile_definitions(mqsim_common PUBLIC /wd4661)
target_compile_options(mqsim_common PUBLIC /wd4661)
endif()

add_library(mqsim_vector_cpu STATIC)
Expand Down

0 comments on commit 9c73e21

Please sign in to comment.