Skip to content

Commit 1fe6c59

Browse files
committed
pkg-config: support INCLUDE_INSTALL_DIR
1 parent 20672ed commit 1fe6c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg-config/jsoncpp.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
22
exec_prefix=${prefix}
33
libdir=${exec_prefix}/lib
4-
includedir=${prefix}/include
4+
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
55

66
Name: jsoncpp
77
Description: A C++ library for interacting with JSON

0 commit comments

Comments
 (0)