d328dc6853
If a `ctest_*` command has CAPTURE_CMAKE_ERROR then any errors generated by cmake during that command will cause the value to be assigned `-1`. This will prevent a `ctest -S` script from returning non-zero unless the script explicitly calls `message(FATAL_ERROR)`.
2 lines
51 B
CMake
2 lines
51 B
CMake
set(CTEST_PROJECT_NAME "CTestCoverage@CASE_NAME@")
|