5 lines
132 B
CMake
5 lines
132 B
CMake
# 'cmake -E' doesn't have a way to fail outright, so run this script
|
|
# with 'cmake -P' to fail a build.
|
|
LOGE("$ENV{FAIL_MESSAGE}")
|
|
|