diff options
Diffstat (limited to '3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in')
-rw-r--r-- | 3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in b/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in index 9613181b2d1..3ca4a84d027 100644 --- a/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in +++ b/3rdparty/jsoncpp/pkg-config/jsoncpp.pc.in @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@ -includedir=${prefix}/@INCLUDE_INSTALL_DIR@ +libdir=@LIBRARY_INSTALL_DIR@ +includedir=@INCLUDE_INSTALL_DIR@ Name: jsoncpp Description: A C++ library for interacting with JSON |