diff options
Diffstat (limited to 'cmake/GetPrerequisites.cmake')
-rw-r--r-- | cmake/GetPrerequisites.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GetPrerequisites.cmake b/cmake/GetPrerequisites.cmake index 9cbbad95..d782ced9 100644 --- a/cmake/GetPrerequisites.cmake +++ b/cmake/GetPrerequisites.cmake @@ -604,7 +604,7 @@ function(get_prerequisites target prerequisites_var exclude_system recurse exepa find_program(gp_cmd ${gp_tool} PATHS ${gp_cmd_paths}) if(NOT gp_cmd) - message(FATAL_ERROR "warning: could not find '${gp_tool}' - cannot analyze prerequisites!") + message(FATAL_ERROR "FATAL ERROR: could not find '${gp_tool}' - cannot analyze prerequisites!") return() endif() |