blob: 305088e67e54059ded42f72b460624b3bfd919d7 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# This auxiliary script is considered temporary in nature. It will not be
# necessary once the DataStax cpp-driver project accepts proper cql_config
# script.
# This variable should point to the directory where cpp-driver is compiled.
# You can download cpp-driver sources from https://github.com/datastax/cpp-driver
export CPP_DRIVER_PATH="/please/specify/path/to/cpp-driver/in/cql_config_defines.sh"
|