Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
enough. I cant remember what good this broken chunk is supposed to bring. Kill it.
[simgrid.git] / CMakeLists.txt
index 907ffaa..985bd6d 100644 (file)
@@ -28,11 +28,6 @@ if (CMAKE_COMPILER_IS_GNUCC)
             "SimGrid needs at least g++ version 4.7 to compile "
            "(c++11 support of previous versions is too limited).")
   endif()
-
-  if(COMPILER_C_VERSION_MAJOR_MINOR STRGREATER "4.8")
-    set (CMAKE_AR gcc-ar)
-    set (CMAKE_RANLIB gcc-ranlib)
-  endif()
 endif()
 
 ## We need a decent support of the c++11 standard