mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
5 lines
174 B
CMake
5 lines
174 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 "Failing the build (see errors on lines above)")
|
|
|