We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5aec82 + de06b7a commit c3b4580Copy full SHA for c3b4580
cmake/cppkafka.pc.in
@@ -9,6 +9,6 @@ Url: https://github.com/mfontanini/cppkafka
9
Description: C++ wrapper library on top of RdKafka
10
Version: @CPPKAFKA_VERSION@
11
Requires:
12
-Requires.private: rdkafka >= 0.9.4, boost
+Requires.private: rdkafka >= 0.9.4
13
Libs: -L${libdir} -L${sharedlibdir} -lcppkafka
14
-Cflags: -I${includedir} -I${includedir}/cppkafka
+Cflags: -I${includedir} -I${includedir}/cppkafka -I@Boost_INCLUDE_DIRS@
0 commit comments