cql_config_defines.sh 432 B

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