Skip to content

Fix CMake 3.0.2 warning

Dave Moxey requested to merge fix/cmake-3.0.2-warning into master

This MR fixes a CMP0022 policy warning that appears in CMake 3.0.2, arising from a difference in the INTERFACE_LINK_LIBRARIES and LINK_INTERFACE_LIBRARIES_DEBUG properties that happens when debug/optimized versions of a library are specified in TARGET_LINK_LIBRARIES.

Merge request reports