Skip to content

Commit

Permalink
Update cpp/cmake_modules/ThirdpartyToolchain.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
Tom-Newton and kou committed Aug 16, 2023
1 parent 5977519 commit 5386ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5101,8 +5101,7 @@ macro(build_azure_sdk)
${AZURE_IDENTITY_STATIC_LIBRARY}
${AZURE_STORAGE_BLOBS_STATIC_LIBRARY}
${AZURE_STORAGE_COMMON_STATIC_LIBRARY}
${AZURE_STORAGE_FILES_DATALAKE_STATIC_LIBRARY}
DEPENDS azure_sdk_dependencies)
${AZURE_STORAGE_FILES_DATALAKE_STATIC_LIBRARY})
add_library(Azure::azure-core STATIC IMPORTED)
set_target_properties(Azure::azure-core
PROPERTIES IMPORTED_LOCATION ${AZURE_CORE_STATIC_LIBRARY}
Expand Down

0 comments on commit 5386ae3

Please sign in to comment.