Files
esp-idf/tools/cmake/scripts/fail.cmake
T

4 lines
146 B
CMake
Raw Normal View History

# 'cmake -E' doesn't have a way to fail outright, so run this script
# with 'cmake -P' to fail a build.
2020-03-02 07:15:34 +05:00
message(FATAL_ERROR "$ENV{FAIL_MESSAGE}")