How to use the cmake folder in sample? #2157
Unanswered
worranhin
asked this question in
Asking for Help
Replies: 1 comment
-
I am also having the same issue when trying to compile
I have already cloned the latest mujoco-repo and tried running
Could someone point out where am I going wrong? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
Hi!
I am a graduate student, I use MuJoCo for my research on robotic control.
My setup
Version: MuJoCo 3.2.4
API: C API
architecture: x64
OS: Windows 10 21H2
My question
I am getting started with MuJoCo and trying the sample in the release zip. I noticed that there is no CmakeLists.txt in the windows release directory, so I just copy the one in the source code to the sample directory. When I try to use CMake to configure the project, the following error emerged:
It seems that I should provide a file named "mujocoConfig.cmake" or "mujoco-config.cmake", but I couldn't find that. Is there anyone could help me? thanks.
Minimal model and/or code that explain my question
The exact files in the sample folder of MuJoCo 3.2.4.
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions