Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a bit more verbose here
authordegomme <adegomme@users.noreply.github.com>
Tue, 2 Apr 2019 08:40:37 +0000 (10:40 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Tue, 2 Apr 2019 08:40:37 +0000 (10:40 +0200)
tools/cmake/MaintainerMode.cmake

index ead60a7..4765bd4 100644 (file)
@@ -232,7 +232,7 @@ if(enable_maintainer_mode AND NOT WIN32)
       message(STATUS "Error : Install sed before use maintainer mode.")
     endif()
 
-    message(FATAL_ERROR STATUS "Error : Need to install all tools for maintainer mode !!!")
+    message(FATAL_ERROR STATUS "Error : Need to install all (flexml, flex, sed) tools for maintainer mode !!!")
   endif()
 
 endif()