cmake_modules icon indicating copy to clipboard operation
cmake_modules copied to clipboard

provide a FindYamlCpp.cmake

Open vrabaud opened this issue 10 years ago • 3 comments

seems useful after: https://github.com/ros-perception/image_common/pull/31

(plus, there were already problems between 0.3 and 0.5)

There is an open issue upstream: https://code.google.com/p/yaml-cpp/issues/detail?id=127

Even though there is some CMake code here: https://code.google.com/p/yaml-cpp/source/browse/

Should we comply to their notation ? YAML_CPP_INCLUDE_DIR and not YAML_CPP_INCLUDE_DIRS

vrabaud avatar Feb 14 '15 23:02 vrabaud

Proof of concept that works for me here: https://github.com/ros/cmake_modules/pull/31

vrabaud avatar Feb 21 '15 19:02 vrabaud

Ok, I'll have a look tomorrow. Sorry for the delay, this got lost in my inbox noise.

wjwwood avatar Feb 21 '15 23:02 wjwwood

We can have a FindYAMLCpp.cmake, but we should fix the logic so it actually makes sense first.

wjwwood avatar Feb 23 '15 19:02 wjwwood