provide transitive dependencies for static libraries
Ouverte
- Langage dominant
- HTML
- Étoiles
- 8.6k
- Forks
- 1.9k
- Merge moyen
- 39 min
- PR mergées (30 j)
- 2
Description
I just for the first time had cmake pick up boosts own cmake setup. unfortunately this immediately caused problems. unlike cmakes FindBoost.cmake the boost version does not provide transitive dependencies for static libraries.
```
target_link_libraries(my_exe Boost::iostreams)
```
for example will result in unresolved references to libz if boost is linked statically. also i noticed dynamic and static configs always provide the -mt libraries, wether selected for thread safety or not.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.