79664375

Date: 2025-06-13 05:14:37
Score: 0.5
Natty:
Report link

You can adjust the environment variables cmake runs with by editing the CMakePresets.json file.
Merge in this json snippet to print test output on test failures.

{
    "configurePresets": [
        {
            "environment": {
                "CTEST_OUTPUT_ON_FAILURE": "ON"
            }
        }
    ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jason Scott