I try to use log4cxx in my project. I installed log4cxx:
sudo apt-get install liblog4cxx-dev
But, when I use CMakeLists.txt
:
find_package(log4cxx)
It gives an error:
Could not find a package configuration file provided by "log4cxx" with any
of the following names:
log4cxxConfig.cmake
log4cxx-config.cmake
I think it is missing log4cxxConfig.cmake. But I don;t know how to fix it.