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 / msg / mc / CMakeLists.txt
index 47fce16..5e26798 100644 (file)
@@ -23,7 +23,7 @@ if(HAVE_MC)
   target_link_libraries(bugged2_liveness     simgrid m )
   target_link_libraries(test/test_heap_comparison     simgrid m )
 
-endif(HAVE_MC)
+endif()
 
 set(tesh_files
   ${tesh_files}