mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:43:02 +08:00
Merge pull request #2139 from UnaNancyOwen/fix_buildsystems
Reset settings to find boost libraries
This commit is contained in:
commit
5743b68bc2
@ -155,6 +155,8 @@ endfunction()
|
||||
macro(find_package name)
|
||||
if(name STREQUAL "Boost")
|
||||
unset(Boost_USE_STATIC_LIBS)
|
||||
unset(Boost_USE_MULTITHREADED)
|
||||
unset(Boost_USE_STATIC_RUNTIME)
|
||||
endif()
|
||||
_find_package(${ARGV})
|
||||
endmacro()
|
||||
|
Loading…
Reference in New Issue
Block a user