Skip to content

Commit de06b7a

Browse files
committed
Add boost include dir to pkg-config template file
1 parent 9a0f196 commit de06b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cppkafka.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Version: @CPPKAFKA_VERSION@
1111
Requires:
1212
Requires.private: rdkafka >= 0.9.4
1313
Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
14-
Cflags: -I${includedir} -I${includedir}/cppkafka
14+
Cflags: -I${includedir} -I${includedir}/cppkafka -I@Boost_INCLUDE_DIRS@

0 commit comments

Comments
 (0)