-- Checking for one of the modules 'jsoncpp'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:640 (message):
None of the required 'jsoncpp' found
Call Stack (most recent call first):
CMakeLists.txt:16 (pkg_search_module)
-- Could NOT find CxxTest (missing: CXXTEST_INCLUDE_DIR CXXTEST_PYTHON_TESTGEN_EXECUTABLE)
-- Configuring incomplete, errors occurred!
See also "/tmp/med-master/build/CMakeFiles/CMakeOutput.log".
When i run - "cmake ../" i have an this error ::
-- Checking for one of the modules 'jsoncpp' CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:640 (message): None of the required 'jsoncpp' found Call Stack (most recent call first): CMakeLists.txt:16 (pkg_search_module)
-- Could NOT find CxxTest (missing: CXXTEST_INCLUDE_DIR CXXTEST_PYTHON_TESTGEN_EXECUTABLE) -- Configuring incomplete, errors occurred! See also "/tmp/med-master/build/CMakeFiles/CMakeOutput.log".
Last lines from output.log
rpm -qa jsoncpp jsoncpp-1.8.3-1.fc27.x86_64
PLS help with this trouble