X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/80b6e62550333aa7bc79f02616c9d7d6648dfa6a..a46b3e6c423da020937c547ab7983925e4b589e0:/buildtools/Cmake/Modules/FindLua51Simgrid.cmake diff --git a/buildtools/Cmake/Modules/FindLua51Simgrid.cmake b/buildtools/Cmake/Modules/FindLua51Simgrid.cmake index efe931663a..749b7db139 100644 --- a/buildtools/Cmake/Modules/FindLua51Simgrid.cmake +++ b/buildtools/Cmake/Modules/FindLua51Simgrid.cmake @@ -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