Skip to content

Commit

Permalink
Fix azure-storage-blobs-cpp beta install (Azure#3889)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Kolesnyk <[email protected]>
  • Loading branch information
antkmsft and antkmsft authored Aug 17, 2022
1 parent 82d4446 commit 2dd3dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blobs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-common-cpp "12.3.0-beta.1" CONFIG QUIET)
find_package(azure-storage-common-cpp CONFIG QUIET)
if(NOT azure-storage-common-cpp_FOUND)
find_package(azure-storage-common-cpp "12.3.0-beta.1" REQUIRED)
find_package(azure-storage-common-cpp REQUIRED)
endif()
endif()

Expand Down

0 comments on commit 2dd3dbe

Please sign in to comment.