vvv-school / tutorial_cartesian-interface

Tutorial on Cartesian Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a package configuration file provided by "YARP_robottestingframework"

xEnVrE opened this issue · comments

Dear all,

while trying to run the smoke test for this tutorial I ended up in the following error from CMake:

CMake Error at /home/xenvre/robot-install/lib/cmake/YARP/YARPConfig.cmake:162 (find_package):
  Could not find a package configuration file provided by
  "YARP_robottestingframework" with any of the following names:

    YARP_robottestingframeworkConfig.cmake
    yarp_robottestingframework-config.cmake

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

Call Stack (most recent call first):
  CMakeLists.txt:15 (find_package)


-- Configuring incomplete, errors occurred!

The robot testing framework is properly installed.

That was indeed. Thank you @traversaro