Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Implementation of install target in CMake #268

Open
smartnet-club opened this issue Jan 13, 2019 · 2 comments
Open

Implementation of install target in CMake #268

smartnet-club opened this issue Jan 13, 2019 · 2 comments

Comments

@smartnet-club
Copy link

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()

@g-easy
Copy link
Contributor

g-easy commented Mar 1, 2019

This is one of the bullet points tracked in #244.

@g-easy
Copy link
Contributor

g-easy commented Mar 20, 2019

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants