Skip to content

Commit

Permalink
fix naming in storage_grpc.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelgrosso1 committed Sep 17, 2024
1 parent 72634ca commit df7e6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/storage/google_cloud_cpp_storage_grpc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ if ((TARGET gRPC::grpcpp_otel_plugin)
endif ()
set_target_properties(
google_cloud_cpp_storage_grpc
PROPERTIES EXPORT_NAME "google-cloud-cpp::experimental-storage_grpc"
PROPERTIES EXPORT_NAME "google-cloud-cpp::storage_grpc"
VERSION ${PROJECT_VERSION}
SOVERSION ${PROJECT_VERSION_MAJOR})

Expand Down

0 comments on commit df7e6e8

Please sign in to comment.