mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:41:48 +08:00
[vcpkg] Hotfix for 63454f6189
.
This commit is contained in:
parent
63454f6189
commit
4735040f66
@ -138,12 +138,12 @@ if(NOT VCPKG_TOOLCHAIN)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
function(find_package name)
|
||||
macro(find_package name)
|
||||
if(name STREQUAL "Boost")
|
||||
unset(Boost_USE_STATIC_LIBS)
|
||||
endif()
|
||||
_find_package(${ARGV})
|
||||
endfunction()
|
||||
endmacro()
|
||||
|
||||
set(VCPKG_TOOLCHAIN ON)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user