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

Support additional CMake build system generators #3378

Open
teojgo opened this issue Feb 3, 2025 · 0 comments
Open

Support additional CMake build system generators #3378

teojgo opened this issue Feb 3, 2025 · 0 comments

Comments

@teojgo
Copy link
Contributor

teojgo commented Feb 3, 2025

At the moment ReFrame makes the assumption that CMake will generate standard UNIX makefiles. We can generalize the behaviour by using build-generator agnostic commands:

cmake -B <builddir> -S <srcdir>
cmake --build <builddir>

This would generalize: #3101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants