jamber001 opened a new pull request #4009: URL: https://github.com/apache/iotdb/pull/4009
https://issues.apache.org/jira/projects/IOTDB/issues/IOTDB-1719 client-cpp/src/main/CMakeLists.txt:39 ================================== Add Boost include path for MacOS INCLUDE_DIRECTORIES(/usr/local/include) Add Thrift include directory INCLUDE_DIRECTORIES(${TOOLS_DIR}/thrift/target/thrift-0.14.1/lib/cpp/src) ====================================== If local machine has installed other version's thrift, this CMakeLists.txt will cause that compiling client-cpp use thrift head files in not compile-tools/thrift/target/thrift-0.14.1/lib/cpp/src/ but /usr/local/include. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
