reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Support additional CMake build system generators

Open teojgo opened this issue 8 months ago • 1 comments

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

teojgo avatar Feb 03 '25 16:02 teojgo