Skip to content

Commit 00b0a1b

Browse files
committed
Merge pull request open-source-parsers#70 from jmesmon/pkg-config-include-var
pkg-config: support INCLUDE_INSTALL_DIR
2 parents 20672ed + 1fe6c59 commit 00b0a1b

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)