Skip to content

Fix use of yaml-cpp in CMake configuration

Marco Clemencic requested to merge clemenci-master-patch-79188 into master

Commit e6d5c0ad from !855 (merged) adds the use of yaml-cpp, but no find_package and not using the correct target name (yaml-cpp::yaml-cpp).

This MR rectifies the problem.

Merge request reports