You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update the yaml build link to: https://github.com/jbeder/yaml-cpp
since it is no longer hosted on google code. The only version available there is 0.5.3 or an older 0.3.x fork by link.
Alternatively, I would prefer to use my libyaml-dev package provided by ubuntu.
The text was updated successfully, but these errors were encountered:
After doing things in the wrong order, I ended up manually editing my CMakeCache.txt
//Path to a file.
YAMLCPP_INCLUDE_DIR:PATH=dependencies
//Name of YAML library
YAMLCPP_LIBNAME:STRING=yaml-cpp
//Path to a library.
YAMLCPP_LIBRARY_DEBUG:FILEPATH=YAMLCPP_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
YAMLCPP_LIBRARY_RELEASE:FILEPATH=/usr/lib/libyaml-0.5.3-cpp.a
The libyaml-0.5.3-cpp.a was manually named and moved to not conflict with the distribution provided libraries used by other software.
Please update the yaml build link to:
https://github.com/jbeder/yaml-cpp
since it is no longer hosted on google code. The only version available there is 0.5.3 or an older 0.3.x fork by link.
Alternatively, I would prefer to use my libyaml-dev package provided by ubuntu.
The text was updated successfully, but these errors were encountered: