Skip to content

Support additional CMake build system generators #3378

@teojgo

Description

@teojgo

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

Metadata

Metadata

Assignees

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions