When using target_link_system_libraries
, sometimes the packages provide both optimized
and debug
targets.
However, when using
target_link_system_libraries(main PRIVATE ${FOUND_LIBRARIES})
It does not work since the separate optimized
/debug
values are treated as separate libraries instead of one library.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too