This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8f25f37676
CMake
/
Tests
/
RunCMake
/
ctest_cmake_error
/
CTestConfig.cmake.in
2 lines
51 B
CMake
Raw
Normal View
History
Unescape
Escape
CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands 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)`.
2016-07-28 22:12:43 +03:00
set
(
CTEST_PROJECT_NAME
"CTestCoverage@CASE_NAME@"
)