mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Remove prefix duplication in yaml-cpp.pc.cmake
This commit is contained in:

committed by
Jesse Beder

parent
3d9ad75af7
commit
1f4b6d5c85
@@ -1,7 +1,5 @@
|
|||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
libdir=@LIB_INSTALL_DIR@
|
||||||
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
includedir=@INCLUDE_INSTALL_ROOT_DIR@
|
||||||
libdir=${prefix}/@LIB_INSTALL_DIR@
|
|
||||||
includedir=${prefix}/@INCLUDE_INSTALL_ROOT_DIR@
|
|
||||||
|
|
||||||
Name: Yaml-cpp
|
Name: Yaml-cpp
|
||||||
Description: A YAML parser and emitter for C++
|
Description: A YAML parser and emitter for C++
|
||||||
|
Reference in New Issue
Block a user