-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failing in installing mjpc #353
Comments
full error information:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when using the command cmake .. -DCMAKE_BUILD_TYPE:STRING=Release -G Ninja -DCMAKE_C_COMPILER:STRING=clang-12 -DCMAKE_CXX_COMPILER:STRING=clang++-12 -DMJPC_BUILD_GRPC_SERVICE:BOOL=ON
I encounter the error
CHECK_STARTmujoco::FindOrFetch: checking for targets in package
mujoco
CHECK_FAILtarget
mujoco::mujoco
not defined.CHECK_STARTmujoco::FindOrFetch: Using FetchContent to retrieve
mujoco
CHECK_STARTmujoco::FindOrFetch: checking for targets in package
qhull
CHECK_FAILtarget
qhull
not defined.the version of ubuntu is 20.04.6
The text was updated successfully, but these errors were encountered: