Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Option was removed by commit 16ba43eb3e96c1e430734f866a4316e7e8a229ae.
[simgrid.git] / tools / cmake / GCCFlags.cmake
index 112d6bc..5731bda 100644 (file)
@@ -172,7 +172,6 @@ if(enable_coverage)
     set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage")
     set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fprofile-arcs -ftest-coverage")
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
-    set(TESH_OPTION --enable-coverage)
     add_definitions(-fprofile-arcs -ftest-coverage)
   endif()
 endif()