Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 23, 2017
1 parent ec836d2 commit 0d4f289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HPX_SetupBoost.cmake
Expand Up @@ -132,6 +132,7 @@ if(MSVC)
"Add BOOST_ALL_DYN_LINK to compile flags (default: OFF)"
OFF ADVANCED)
if (HPX_WITH_BOOST_ALL_DYNAMIC_LINK OR HPX_WITH_VCPKG)
set(HPX_WITH_BOOST_ALL_DYNAMIC_LINK ON)
hpx_add_config_define(BOOST_ALL_DYN_LINK)
endif()
else()
Expand Down

0 comments on commit 0d4f289

Please sign in to comment.