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 5194064..985bd6d 100644 (file)
@@ -84,13 +84,6 @@ if ((NOT DEFINED enable_smpi OR enable_smpi) AND NOT APPLE) # smpi is enabled by
   enable_language(Fortran OPTIONAL)
 endif()
 
-if (CMAKE_COMPILER_IS_GNUCC)
-  if(COMPILER_C_VERSION_MAJOR_MINOR STRGREATER "4.8")
-    set (CMAKE_AR gcc-ar)
-    set (CMAKE_RANLIB gcc-ranlib)
-  endif()
-endif()
-
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 #     Build the version number      #
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#