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.