Skip to content

Commit

Permalink
Prepend OpenSim project CMAKE_CXX_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 16, 2024
1 parent 992cebe commit df12a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ AddDependency(NAME docopt

set(SPDLOG_CXX_FLAGS "")
if(MSVC)
set(SPDLOG_CXX_FLAGS "/D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING")
set(SPDLOG_CXX_FLAGS "${CMAKE_CXX_FLAGS} /D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING")
endif()

AddDependency(NAME spdlog
Expand Down

0 comments on commit df12a4f

Please sign in to comment.