I'm trying to use this repository mas-group/robocup-at-work. When i'm trying to compile the repository it gives me the following error.
CMake Error at robocup-at-work/mas_third_party_software/cvblobs/CMakeLists.txt:5 (find_package):
By not providing "Findmk.cmake" in CMAKE_MODULE_PATH this project has asked
CMake to find a package configuration file provided by "mk", but CMake did
not find one.
Could not find a package configuration file provided by "mk" with any of
the following names:
mkConfig.cmake
mk-config.cmake
Add the installation prefix of "mk" to CMAKE_PREFIX_PATH or set "mk_DIR" to
a directory containing one of the above files. If "mk" provides a separate
development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
I'm trying to use this repository mas-group/robocup-at-work. When i'm trying to compile the repository it gives me the following error.
CMake Error at robocup-at-work/mas_third_party_software/cvblobs/CMakeLists.txt:5 (find_package): By not providing "Findmk.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "mk", but CMake did not find one.
Could not find a package configuration file provided by "mk" with any of the following names:
Add the installation prefix of "mk" to CMAKE_PREFIX_PATH or set "mk_DIR" to a directory containing one of the above files. If "mk" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeOutput.log". See also "/home/hp/catkin_ws/build/CMakeFiles/CMakeError.log". make: *** [cmake_check_build_system] Error 1 Invoking "make cmake_check_build_system" failed
Any help would be appreciated. Thanks