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

Minimal tidy of CMake scripts #277

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

drbenmorgan
Copy link
Member

This is a purely cosmetic cleanup of the CMake scripts to assist in the next stage of trying to simplify the library structure and linking. Split here to avoid too much in one go. There should be no changes to build or test behaviour.

Purely cosmetic for clarity and next step of improving linking.
@phsft-bot
Copy link

Can one of the admins verify this patch?

@JuanGonzalezCaminero JuanGonzalezCaminero dismissed their stale review February 27, 2024 17:07

Seems like Cmake 3.28 doesn't work for VecCore yet

VecCore still uses CMake's long deprecated FindCUDA module,
resulting in issues with policy CMP0146:

https://cmake.org/cmake/help/latest/policy/CMP0146.html

Reduce max CMake version to 3.24 to prevent this error until
upstream is patched.
@JuanGonzalezCaminero JuanGonzalezCaminero merged commit 2482f39 into apt-sim:master Feb 28, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants