]> granicus.if.org Git - libexpat/commitdiff
CMake: Use SEND_ERROR to report more errors at once
authorSebastian Pipping <sebastian@pipping.org>
Mon, 12 Aug 2019 18:29:43 +0000 (20:29 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Mon, 12 Aug 2019 19:26:08 +0000 (21:26 +0200)
expat/CMakeLists.txt

index 5e15bf977f334744c0eaee42513c586537963587..56c68b223c981d27e1109a5a476eb68d93153853 100644 (file)
@@ -65,7 +65,7 @@ endif()
 if(USE_libbsd)
     find_library(LIB_BSD NAMES bsd)
     if(NOT LIB_BSD)
-        message(FATAL_ERROR "USE_libbsd option is enabled, but libbsd was not found")
+        message(SEND_ERROR "USE_libbsd option is enabled, but libbsd was not found")
     else()
         set(HAVE_LIBBSD TRUE)
     endif()