provide transitive dependencies for static libraries
Đang mở
- Ngôn ngữ chính
- HTML
- Star
- 8.6k
- Fork
- 1.9k
- Merge trung bình
- 39 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.