Skip to content

Commit

Permalink
Remove prefix duplication in yaml-cpp.pc.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu-Florin BOGDAN authored and jbeder committed Dec 2, 2016
1 parent 3d9ad75 commit 1f4b6d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions yaml-cpp.pc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@LIB_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
libdir=@LIB_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_ROOT_DIR@

Name: Yaml-cpp
Description: A YAML parser and emitter for C++
Expand Down

0 comments on commit 1f4b6d5

Please sign in to comment.