Skip to content

fix cflags when build with CASS_INSTALL_HEADER_IN_SUBDIR on #465

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/cassandra.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Name: cassandra
Description: A C/C++ client driver for Apache Cassandra and DataStax Products
Version: @version@
Libs: -L${libdir} -l@PROJECT_LIB_NAME@
Cflags:
Cflags: -I${includedir}
URL: https://github.com/datastax/cpp-driver/
2 changes: 1 addition & 1 deletion packaging/cassandra_static.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: A C/C++ client driver for Apache Cassandra and DataStax Products
Version: @version@
Requires: @PC_REQUIRED_LIBS@
Libs: -L${libdir} -l@PROJECT_LIB_NAME_STATIC@ -lstdc++
Cflags:
Cflags: -I${includedir}
URL: https://github.com/datastax/cpp-driver/