We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I git clone the rigid-ipc, and use python build.py to compile the project.
It gives this error: CMake Error at python/CMakeLists.txt:6 (rigid_ipc_download_project): Unknown CMake command "rigid_ipc_download_project". Call Stack (most recent call first): python/CMakeLists.txt:13 (rigid_ipc_download_pybind11)
my cmake version is 3.16.3 os: ubuntu 20.04 python: miniconda with python 3.7
BTW, I also tried with:
mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make
This can make with no mistakes.
I think something wrong with the python part? Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I git clone the rigid-ipc, and use python build.py to compile the project.
It gives this error:
CMake Error at python/CMakeLists.txt:6 (rigid_ipc_download_project):
Unknown CMake command "rigid_ipc_download_project".
Call Stack (most recent call first):
python/CMakeLists.txt:13 (rigid_ipc_download_pybind11)
my cmake version is 3.16.3
os: ubuntu 20.04
python: miniconda with python 3.7
BTW, I also tried with:
This can make with no mistakes.
I think something wrong with the python part?
Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: