Remove deprecated cmake function overload target_link_libraries
Summary
The overload of target_link_libraries
was introduced to allow a smooth transition from without scope to with scope argument (like PUBLIC, INTERFACE, ...). This overload is not removed in favor of the original cmake function. Thus, every module that has not handled the deprecation warning will now get a fatal error.
Merge request reports
Activity
added buildsystem label
added 11 commits
-
fc60be14...fca24bcb - 10 commits from branch
master
- 22cac802 - Remove deprecated cmake function overload target_link_libraries
-
fc60be14...fca24bcb - 10 commits from branch
enabled an automatic merge when the pipeline for 22cac802 succeeds
mentioned in commit a1e068a4
Please register or sign in to reply