From 19f87a1e8792cc927f96ea490cedd1d89cbf9f28 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 14 Sep 2017 11:34:03 +0200 Subject: [PATCH] ERROR is not known from cmake message --- modules/find/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/find/tests/CMakeLists.txt b/modules/find/tests/CMakeLists.txt index 5ef4865..dd868ab 100644 --- a/modules/find/tests/CMakeLists.txt +++ b/modules/find/tests/CMakeLists.txt @@ -45,7 +45,7 @@ foreach(_library ${PACKAGES}) message(WARNING "${_library}_INCLUDE_DIRS not found: ${${_library}_INCLUDE_DIRS}") endif() else() - message(ERROR "${_library} NOT FOUND !!") + message(FATAL_ERROR "${_library} NOT FOUND !!") endif() endforeach() -- GitLab