Uncomment temaplte's find_package(core) now that it is released (#1616)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-02-05 16:23:31 -08:00 committed by GitHub
parent 79864623f0
commit 1c26120654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,12 @@ include(AzureGlobalCompileOptions)
az_vcpkg_integrate()
# Disable dependency on azure-core until azure-core has released to vcpkg
# if(NOT AZ_ALL_LIBRARIES)
# find_package(azure-core-cpp CONFIG QUIET)
# if(NOT azure-core-cpp_FOUND)
# find_package(azure-core-cpp REQUIRED)
# endif()
# endif()
if(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp REQUIRED)
endif()
endif()
set(
AZURE_TEMPLATE_HEADER