From 5b7f931cd77b9eaacb4e99f7e9c8587cfefad3cd Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Wed, 15 Jul 2009 20:38:25 +0000 Subject: [PATCH] Cosmetic change to .pc.cmake file --- yaml-cpp.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-cpp.pc.cmake b/yaml-cpp.pc.cmake index 3f69f52..58e25af 100644 --- a/yaml-cpp.pc.cmake +++ b/yaml-cpp.pc.cmake @@ -4,7 +4,7 @@ libdir=@LIB_INSTALL_DIR@ includedir=@INCLUDE_INSTALL_DIR@ Name: Yaml-cpp -Description: A YAML parser for C++ +Description: A YAML parser and emitter for C++ Version: @YAML_CPP_VERSION@ Requires: Libs: -L${libdir} -lyaml-cpp