Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yaml-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
yaml-cpp
Commits
5d5bb52e
Commit
5d5bb52e
authored
7 years ago
by
Jamie Snape
Committed by
Jesse Beder
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix paths in pkg-config file (#556)
pkg-config should be giving absolute paths rather than relative paths.
parent
f5d5604a
No related branches found
Branches containing commit
Tags
release-0.2.7
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yaml-cpp.pc.cmake
+4
-2
4 additions, 2 deletions
yaml-cpp.pc.cmake
with
4 additions
and
2 deletions
yaml-cpp.pc.cmake
+
4
−
2
View file @
5d5bb52e
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++
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment