Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] cosmetics: mark 2 variables as advanced
[simgrid.git] / tools / cmake / Modules / FindLuaSimgrid.cmake
index b3a4ccd..6ffca2c 100644 (file)
@@ -65,3 +65,5 @@ endif()
 
 message(STATUS "Lua version: ${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}")
 message(STATUS "Lua library: ${LUA_LIBRARY}")
+mark_as_advanced(LUA_INCLUDE_DIR)
+mark_as_advanced(LUA_LIBRARY)