despot_tutorials icon indicating copy to clipboard operation
despot_tutorials copied to clipboard

I have a problem with a CMake path

Open ljaviergranillo97 opened this issue 2 years ago • 0 comments

When I compile my workspace I get the following error:

CMake Error at despot_tutorials/examples/laser_tag/CMakeLists.txt:18 (find_package):
  Could not find a package configuration file provided by "Despot" with any
  of the following names:

    DespotConfig.cmake
    despot-config.cmake

  Add the installation prefix of "Despot" to CMAKE_PREFIX_PATH or set
  "Despot_DIR" to a directory containing one of the above files.  If "Despot"
  provides a separate development package or SDK, be sure it has been
  installed.


-- Configuring incomplete, errors occurred!
See also "/home/javiergranillo/despot_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/javiergranillo/despot_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

did it happen to anyone else? and how can i fix it?

ljaviergranillo97 avatar Mar 23 '23 21:03 ljaviergranillo97