fail.cmake 146 B

123
  1. # 'cmake -E' doesn't have a way to fail outright, so run this script
  2. # with 'cmake -P' to fail a build.
  3. message(FATAL_ERROR "$ENV{FAIL_MESSAGE}")