mfontanini / cppkafka

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

Fix CMAKE warning #265

Closed accelerated closed 4 years ago

accelerated commented 4 years ago

Fixes the following warning:

The package name passed to `find_package_handle_standard_args` (RDKAFKA)
  does not match the name of the calling package (RdKafka).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
mfontanini commented 4 years ago

:ok_hand: