-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the CMakeLists.txt I have configured the path to mujoco as follows:
set(mujoco_DIR /home/testswp/robotic/fixed-point-controller/mujoco-installed/lib64/cmake/mujoco)
set(MUJOCO_FOLDER /home/testswp/robotic/fixed-point-controller/mujoco-installed)
find_package(mujoco REQUIRED PATH ${MUJOCO_FOLDER})
the /home/testswp/robotic/fixed-point-controller/mujoco-installed is a complete compile and install of mujoco itself.
when I run the cmake on your project, I get the following error:
-- mujoco::FindOrFetch: Using FetchContent to retrieve `glfw3` - Done
-- Found OpenGL: /usr/lib64/libOpenGL.so
CMake Error at CMakeLists.txt:80 (find_package):
Found package configuration file:
/home/testswp/robotic/fixed-point-controller/mujoco-installed/lib64/cmake/mujoco/mujocoConfig.cmake
but it set mujoco_FOUND to FALSE so package "mujoco" is considered to be
NOT FOUND.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels