mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
4fcb97eaac
This new test detects if custom command failures are detected with launchers.
6 lines
124 B
CMake
6 lines
124 B
CMake
if("${TESTID}" STREQUAL "1")
|
|
message("success")
|
|
elseif("${TESTID}" STREQUAL "2")
|
|
message(FATAL_ERROR "failure")
|
|
endif()
|