Skip to content

Commit

Permalink
Promote "Do not use static boost runtime"
Browse files Browse the repository at this point in the history
Summary: Promote {D46959547}.

Differential Revision: D47171356

fbshipit-source-id: 43ab6f89ce29991bb6f93bccceadbe50bf5e2bee
  • Loading branch information
agampe authored and facebook-github-bot committed Jul 1, 2023
1 parent 161a720 commit d463e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/Commons.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ macro(add_dependent_packages_for_redex)

if(ENABLE_STATIC)
set(Boost_USE_STATIC_LIBS ON)
if(NOT APPLE)
if((NOT APPLE) AND (NOT MINGW))
set(Boost_USE_STATIC_RUNTIME ON)
endif()
set(Boost_USE_MULTITHREADED ON)
Expand Down

0 comments on commit d463e3a

Please sign in to comment.