yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

CMAKE_INTERPROCEDURAL_OPTIMIZATION policy issue

Open ghost opened this issue 5 years ago • 0 comments
trafficstars

yaml-cpp will break cmake IPO, if clients choose to use it. This caused a minor issue in our builds, when we started including it.

Either set the policy explicitly or raise the minimum to 3.9

Here is a link to the cmake policy in question: https://cmake.org/cmake/help/latest/policy/CMP0069.html

ghost avatar Oct 19 '20 21:10 ghost