Update Identity's dependency on Core 1.4.0-beta.1 features (#3325)

This commit is contained in:
Anton Kolesnyk 2022-02-08 01:41:54 -08:00 committed by GitHub
parent 5157acbf6c
commit 16b4670a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -38,9 +38,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp "1.2.0" CONFIG QUIET)
find_package(azure-core-cpp "1.3.1" CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.2.0" REQUIRED)
find_package(azure-core-cpp "1.3.1" REQUIRED)
endif()
endif()

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.3.1")
find_dependency(azure-core-cpp "1.4.0-beta.1")
include("${CMAKE_CURRENT_LIST_DIR}/azure-identity-cppTargets.cmake")

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.3.1"
"version>=": "1.4.0-beta.1"
},
{
"name": "vcpkg-cmake",