[vcpkg] Hotfix for 63454f6189.

This commit is contained in:
Robert Schumacher 2017-07-28 16:46:57 -07:00
parent 63454f6189
commit 4735040f66

View File

@ -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()