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 c97dd43 + 1a7fd15 commit 511c154Copy full SHA for 511c154
packaging/cassandra.pc.in
@@ -7,5 +7,5 @@ Name: cassandra
7
Description: A C/C++ client driver for Apache Cassandra and DataStax Products
8
Version: @version@
9
Libs: -L${libdir} -l@PROJECT_LIB_NAME@
10
-Cflags:
+Cflags: -I${includedir}
11
URL: https://github.com/datastax/cpp-driver/
packaging/cassandra_static.pc.in
@@ -8,5 +8,5 @@ Description: A C/C++ client driver for Apache Cassandra and DataStax Products
Requires: @PC_REQUIRED_LIBS@
Libs: -L${libdir} -l@PROJECT_LIB_NAME_STATIC@ -lstdc++
12
0 commit comments