Merge pull request #493 from zorun/master

Fix compilation errors for downstream projects caused by incorrect pkconfig paths
This commit is contained in:
Christopher Dunn 2016-07-08 17:02:30 -05:00 committed by GitHub
commit 772e257fc9

View File

@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@ prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix} exec_prefix=${prefix}
libdir=@LIBRARY_INSTALL_DIR@ libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@ includedir=${prefix}/@INCLUDE_INSTALL_DIR@
Name: jsoncpp Name: jsoncpp
Description: A C++ library for interacting with JSON Description: A C++ library for interacting with JSON