Skip to content

Commit

Permalink
Remove another unnecessary explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Aug 16, 2023
1 parent 5386ae3 commit 0472793
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5109,7 +5109,6 @@ macro(build_azure_sdk)
${AZURE_SDK_INCLUDE_DIR})
set_property(TARGET Azure::azure-core
PROPERTY INTERFACE_LINK_LIBRARIES CURL::libcurl OpenSSL::SSL)
add_dependencies(Azure::azure-core azure-sdk_ep)

add_library(Azure::azure-identity STATIC IMPORTED)
set_target_properties(Azure::azure-identity
Expand Down

0 comments on commit 0472793

Please sign in to comment.