Skip to content

Commit

Permalink
Promote "Do not use static boost runtime" (#800)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #800

Promote {D46959547}.

Reviewed By: wsanville

Differential Revision: D47171356

fbshipit-source-id: 2e147f8b22ab47e5814f67ef532b285d8787e3d4
  • Loading branch information
agampe authored and facebook-github-bot committed Jul 3, 2023
1 parent 161a720 commit c6b0356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/Commons.cmake
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 c6b0356

Please sign in to comment.