apple / swift-cassandra-client

Cassandra client in Swift
https://swiftpackageindex.com/apple/swift-cassandra-client/main/documentation/cassandraclient
Apache License 2.0
89 stars 16 forks source link

Symlink header files #29

Closed yim-lee closed 7 months ago

yim-lee commented 7 months ago

Motivation: On some platforms swift build is failing with error:

 public headers ("include") directory path for 'CDataStaxDriver' is invalid or not contained in the target

Modifications: Copying https://github.com/swift-server/swift-kafka-client's structure, adding CDataStaxDriver/include and symlinks to header files under datastax-cpp-driver/include.

rdar://123389483

yim-lee commented 7 months ago

@swift-server-bot test this please

yim-lee commented 7 months ago

Turns out the said problem is due to missing git submodules. I won't merge this PR then.