Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics.
[simgrid.git] / buildtools / Cmake / Modules / FindLua51Simgrid.cmake
index 36ab3c4..f540377 100644 (file)
@@ -40,6 +40,16 @@ string(REGEX MATCH "${LIB_EXE}" LUA_CPATH "${LUA_CPATH}")
 if(LUA_CPATH AND APPLE)
     message("-- 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=\"./?.dylib\"")
-endif(LUA_CPATH AND APPLE)
\ No newline at end of file
+    message("-- For example, execute command line : export LUA_CPATH=\"./?.${LIB_EXE}\"")
+    endif(APPLE)
+endif(LUA_CPATH AND APPLE)
+
+mark_as_advanced(LUA_LIB_PATH_1)                                                                                                                      
+mark_as_advanced(LUA_LIB_PATH_2)
+mark_as_advanced(LUA_LIB_PATH_3)
+mark_as_advanced(HAVE_LUA5_1_LAUXLIB_H)                        
+mark_as_advanced(HAVE_LUA5_1_LUALIB_H)
+mark_as_advanced(HAVE_LUA51_LIB)                                                                                                                                                                             
+mark_as_advanced(HAVE_LUA_H)
\ No newline at end of file