mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
600 stars 206 forks source link

Set CMAKE_CXX_FLAGS only when not set #174

Closed accelerated closed 5 years ago

accelerated commented 5 years ago

Allow user overrides (such as CXXFLAGS environtment variable in linux) to completely determine the value of CMAKE_CXX_FLAGS. Currently it's impossible to build with -std-c++14 for example.

mfontanini commented 5 years ago

Thanks!