Hello,
I cloned the ignition-gui repository from the ignition-robotics one.
I then followed this tutorial - https://ignitionrobotics.org/tutorials/gui/0.1/install.html
Installed the dependencies mentioned in the above tutorial, created a build directory and ran cmake..to get the following error.
CMake Error at CMakeLists.txt:11 (find_package):
By not providing "Findignition-cmake1.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"ignition-cmake1", but CMake did not find one.
Could not find a package configuration file provided by "ignition-cmake1"
with any of the following names:
ignition-cmake1Config.cmake
ignition-cmake1-config.cmake
Add the installation prefix of "ignition-cmake1" to CMAKE_PREFIX_PATH or
set "ignition-cmake1_DIR" to a directory containing one of the above files.
If "ignition-cmake1" provides a separate development package or SDK, be
sure it has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/mrunz/ign-gui/build/CMakeFiles/CMakeOutput.log".
Can someone please help me on how to solve this?
↧