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