Skip to content

Commit 6278d5f

Browse files
committed
fix cflags when build with CASS_INSTALL_HEADER_IN_SUBDIR on
1 parent c97dd43 commit 6278d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/cassandra.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Name: cassandra
77
Description: A C/C++ client driver for Apache Cassandra and DataStax Products
88
Version: @version@
99
Libs: -L${libdir} -l@PROJECT_LIB_NAME@
10-
Cflags:
10+
Cflags: -I${includedir}
1111
URL: https://github.com/datastax/cpp-driver/

0 commit comments

Comments
 (0)