mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Fix grpc lookup (case-insensitive)
This commit is contained in:
parent
14708a09a9
commit
d84e86a910
@ -241,6 +241,8 @@ macro(find_package name)
|
||||
"optimized" "${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib/nghttp2.lib")
|
||||
endif()
|
||||
endif()
|
||||
elseif("${_vcpkg_lowercase_name}" STREQUAL "grpc" AND EXISTS "${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/share/grpc")
|
||||
_find_package(gRPC ${ARGN})
|
||||
else()
|
||||
_find_package(${ARGV})
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user