Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
5d5bb52e
Commit
5d5bb52e
authored
Feb 02, 2018
by
Jamie Snape
Committed by
Jesse Beder
Feb 02, 2018
Browse files
Fix paths in pkg-config file (#556)
pkg-config should be giving absolute paths rather than relative paths.
parent
f5d5604a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
yaml-cpp.pc.cmake
yaml-cpp.pc.cmake
+4
-2
No files found.
yaml-cpp.pc.cmake
View file @
5d5bb52e
libdir=@LIB_INSTALL_DIR@
prefix=@CMAKE_INSTALL_PREFIX@
includedir=@INCLUDE_INSTALL_ROOT_DIR@
exec_prefix=
${
prefix
}
includedir=
${
prefix
}
/@INCLUDE_INSTALL_ROOT_DIR@
libdir=
${
exec_prefix
}
/@LIB_INSTALL_DIR@
Name: Yaml-cpp
Name: Yaml-cpp
Description: A YAML parser and emitter for C++
Description: A YAML parser and emitter for C++
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment