Update Identity's dependency on Core 1.4.0-beta.1 features (#3325)
This commit is contained in:
parent
5157acbf6c
commit
16b4670a8c
@ -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()
|
||||
|
||||
|
||||
@ -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")
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.3.1"
|
||||
"version>=": "1.4.0-beta.1"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user