mfontanini / cppkafka

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

CMake build issues #279

Closed jamalabo1 closed 3 years ago

jamalabo1 commented 3 years ago

when running mingw32-make I receive this error:

src\CMakeFiles\cppkafka.dir\build.make:469: *** target pattern contains no '%'.  Stop.
mingw32-make[1]: *** [CMakeFiles\Makefile2:165: src/CMakeFiles/cppkafka.dir/all] Error 2
mingw32-make: *** [Makefile:135: all] Error 2

CMake GUI

image

I've ried to link LZ4 but didn't succeed (built & installed) I've built the library a week ago but I've re-built RdKafka with SSL, and tried to re-build cppkafka and I faced this issue.

jamalabo1 commented 3 years ago

A stupid mistake by me!! I've built RdKafka with LZ4 enabled, re-built, and disabled that option!