You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
abseil/abseil-cpp@bf29470 - This somewhat large commit contains abseil's implementation of cmake install. We should take this into consideration when we do this for OpenCensus.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What about installation target in cmake?
Similar to https://github.com/grpc/grpc/blob/master/CMakeLists.txt
if (gRPC_INSTALL) install(EXPORT gRPCTargets DESTINATION ${gRPC_INSTALL_CMAKEDIR} NAMESPACE gRPC:: ) endif()
The text was updated successfully, but these errors were encountered: