Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics
[simgrid.git] / buildtools / Cmake / Modules / FindLua51Simgrid.cmake
index efe9316..749b7db 100644 (file)
@@ -40,11 +40,11 @@ set(LUA_CPATH "$ENV{LUA_CPATH}")
 string(REGEX MATCH "${LIB_EXE}" LUA_CPATH "${LUA_CPATH}")
 
 if(LUA_CPATH AND APPLE)
-    message("-- LUA_CPATH have extension ${LIB_EXE}")
+    message(STATUS "LUA_CPATH have extension ${LIB_EXE}")
 else(DEFINED LUA_CPATH AND APPLE)
        if(APPLE)
-    message("-- Please set LUA_CPATH with extension ${LIB_EXE}")
-    message("-- For example, execute command line : export LUA_CPATH=\"./?.${LIB_EXE}\"")
+    message(STATUS "Please set LUA_CPATH with extension ${LIB_EXE}")
+    message(STATUS "For example, execute command line : export LUA_CPATH=\"./?.${LIB_EXE}\"")
     endif(APPLE)
 endif(LUA_CPATH AND APPLE)
 
@@ -57,21 +57,21 @@ mark_as_advanced(HAVE_LUA51_LIB)
 mark_as_advanced(HAVE_LUA_H)
 mark_as_advanced(HAVE_LUA_BIN)
 
-message("-- Looking for lua.h")
+message(STATUS "Looking for lua.h")
 if(HAVE_LUA_H)
-message("-- Looking for lua.h - found")
+message(STATUS "Looking for lua.h - found")
 else(HAVE_LUA_H)
-message("-- Looking for lua.h - not found")
+message(STATUS "Looking for lua.h - not found")
 endif(HAVE_LUA_H)
 
-message("-- Looking for lib lua")
+message(STATUS "Looking for lib lua")
 if(HAVE_LUA51_LIB)
-message("-- Looking for lib lua - found")
-message("-- Lib lua version: ${LIB_LUA_NAME}")
+message(STATUS "Looking for lib lua - found")
+message(STATUS "Lib lua version: ${LIB_LUA_NAME}")
 else(HAVE_LUA51_LIB)
-message("-- Looking for lib lua - not found")
+message(STATUS "Looking for lib lua - not found")
 endif(HAVE_LUA51_LIB)
 
 if(HAVE_LUA_BIN)
-message("-- Found Lua: ${HAVE_LUA_BIN}")
+message(STATUS "Found Lua: ${HAVE_LUA_BIN}")
 endif(HAVE_LUA_BIN)
\ No newline at end of file