Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more user-friendly error message
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 22 May 2017 23:22:57 +0000 (01:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 22 May 2017 23:23:01 +0000 (01:23 +0200)
Explicit direclty the 3 potentially missing libraries instead of
forcing them to configure thrice to discover them.

CMakeLists.txt

index d99da0d..06d2f1c 100644 (file)
@@ -388,7 +388,7 @@ if(HAVE_LIBUNWIND)
   endif()
 else()
   if(enable_model-checking)
-    message(FATAL_ERROR "Please either install the libunwind7-dev package (or equivalent) or turn off the model-checking option of SimGrid.")
+    message(FATAL_ERROR "Please install libunwind-dev libdw-dev libevent-dev if you want to compile the SimGrid model checker.")
   endif()
 endif()