Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop the old Lua bindings for programmatic platform creation
[simgrid.git] / tools / cmake / Option.cmake
index fe18f65..2515b91 100644 (file)
@@ -32,8 +32,6 @@ if(minimal-bindings)
   set(enable_lib_in_jar on)
 endif()
 
-option(enable_lua            "Whether the Lua bindings are activated." off)
-
 option(enable_model-checking "Turn this on to experiment with our prototype of model-checker (hinders the simulation's performance even if turned off at runtime)" off)
 option(enable-model-checking "Please set 'enable_model-checking' instead" off)
 mark_as_advanced(enable-model-checking)