Skip to content

Commit c3b4580

Browse files
authored
Merge pull request mfontanini#210 from ych/pc_config
Remove boost dependency from pkg-config template file
2 parents e5aec82 + de06b7a commit c3b4580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/cppkafka.pc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Url: https://github.com/mfontanini/cppkafka
99
Description: C++ wrapper library on top of RdKafka
1010
Version: @CPPKAFKA_VERSION@
1111
Requires:
12-
Requires.private: rdkafka >= 0.9.4, boost
12+
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)