Skip to content
Snippets Groups Projects
Commit 5d5bb52e authored by Jamie Snape's avatar Jamie Snape Committed by Jesse Beder
Browse files

Fix paths in pkg-config file (#556)

pkg-config should be giving absolute paths rather than relative paths.
parent f5d5604a
No related branches found
Tags release-0.2.7
No related merge requests found
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_ROOT_DIR@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
libdir=${exec_prefix}/@LIB_INSTALL_DIR@
Name: Yaml-cpp
Description: A YAML parser and emitter for C++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment