Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Since cmake 2.6, else() and endif() don't need to repeat the condition.
[simgrid.git] / examples / gras / console / CMakeLists.txt
index f8989af..e27e444 100644 (file)
@@ -39,7 +39,7 @@ if(HAVE_LUA)
   target_link_libraries(ping_simulator_console simgrid pthread m)
   target_link_libraries(ping_client_console gras simgrid pthread m)
   target_link_libraries(ping_server_console gras simgrid pthread m)
-endif(HAVE_LUA)
+endif()
 
 set(tesh_files
   ${tesh_files}