[vcpkg] Hotfix regression in #12523 (#13092)

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
This commit is contained in:
ras0219 2020-08-22 22:12:51 -07:00 committed by GitHub
parent 299f581dc3
commit e96e74f08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ endfunction()
if(NOT DEFINED VCPKG_MANIFEST_DIR)
if(EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json")
set(_VCPKG_MANIFEST_DIR "${CMAKE_SOURCE_DIR}/vcpkg.json")
set(_VCPKG_MANIFEST_DIR "${CMAKE_SOURCE_DIR}")
endif()
else()
set(_VCPKG_MANIFEST_DIR ${VCPKG_MANIFEST_DIR})