summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-05-02 00:52:08 +0200
committerPetr Mrázek <peterix@gmail.com>2014-05-02 00:52:08 +0200
commit95203df9caeeeef6edf715b7e2555e6b61e553e6 (patch)
tree12b9fc1434623d2bbd1b74a393aea93e000c9181 /cmake
parent27732d66b4781ef480e9b3f8a10601f707b9d555 (diff)
downloadMultiMC-95203df9caeeeef6edf715b7e2555e6b61e553e6.tar
MultiMC-95203df9caeeeef6edf715b7e2555e6b61e553e6.tar.gz
MultiMC-95203df9caeeeef6edf715b7e2555e6b61e553e6.tar.lz
MultiMC-95203df9caeeeef6edf715b7e2555e6b61e553e6.tar.xz
MultiMC-95203df9caeeeef6edf715b7e2555e6b61e553e6.zip
It's a fatal error to not find the dependency checker tool.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GetPrerequisites.cmake2
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()