Пытаюсь тут собрать одну программку, она зависит от qjson, однако find_package не отрабатывает
CMake Warning at CMakeLists.txt:24 (find_package):
Could not find module FindQJSON.cmake or a configuration file for package
QJSON.
Adjust CMAKE_MODULE_PATH to find FindQJSON.cmake or set QJSON_DIR to the
directory containing a CMake configuration file for QJSON.
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} /usr/share/apps/cmake/modules)
find_package (QJSON)