You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
При установке модуля через tt: tt install kafka 1.6.9
возникает ошибка:
CMake Error at CMakeLists.txt:96 (find_package):
By not providing "FindRDKAFKA.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "RDKAFKA", but
CMake did not find one.
Could not find a package configuration file provided by "RDKAFKA" with any
of the following names:
RDKAFKAConfig.cmake
rdkafka-config.cmake
Add the installation prefix of "RDKAFKA" to CMAKE_PREFIX_PATH or set
"RDKAFKA_DIR" to a directory containing one of the above files. If
"RDKAFKA" provides a separate development package or SDK, be sure it has
been installed.
Необходимо либо переименовать файл cmake/FindRdKafka.cmake в cmake/FindRDKAFKA.cmake, либо заменить RDKAFKA на RdKafka в 96 строке файла CMakeLists.txt
The text was updated successfully, but these errors were encountered:
При установке модуля через tt:
tt install kafka 1.6.9
возникает ошибка:
Необходимо либо переименовать файл
cmake/FindRdKafka.cmake
вcmake/FindRDKAFKA.cmake
, либо заменитьRDKAFKA
наRdKafka
в 96 строке файла CMakeLists.txtThe text was updated successfully, but these errors were encountered: