Skip to content
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

re-enable recent CMake #916

Closed
KrisThielemans opened this issue Jul 1, 2024 · 1 comment
Closed

re-enable recent CMake #916

KrisThielemans opened this issue Jul 1, 2024 · 1 comment
Milestone

Comments

@KrisThielemans
Copy link
Member

We currently use APT CMake, but it's too old for good CUDA support. We neeed at least 3.23.0.
commented out lines:

#curl -o cmake.tgz -L https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1-linux-x86_64.tar.gz
#tar xzf cmake.tgz && rm cmake.tgz
#ln -s cmake-*x86_64 cmake || true
#export PATH="$PWD/cmake/bin:$PATH"

@KrisThielemans KrisThielemans added this to the v3.8 milestone Jul 1, 2024
@casperdcl
Copy link
Member

Fixed by #917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants