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:
parent
79864623f0
commit
1c26120654
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user