Can't export nor install CMake project depending on absl
Ouverte
- Langage dominant
- C++
- Étoiles
- 18.1k
- Forks
- 3.2k
- Merge moyen
- 20 h 36 min
- PR mergées (30 j)
- 1
Description
Depending on absl's through its CMake buildsystem means that one cannot export a depending project's local buildsystem nor install it because abseil doesn't do either. This prevents further downstream projects from, for example, using `find_package(mylib)` by setting `mylib_DIR` to a build directory of mylib, or from installing mylib (and thus its dependencies) to some local path and using that.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.