mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
5 lines
147 B
CMake
5 lines
147 B
CMake
# 'cmake -E' doesn't have a way to fail outright, so run this script
|
|
# with 'cmake -P' to fail a build.
|
|
message(FATAL_ERROR "$ENV{FAIL_MESSAGE}")
|
|
|