From: Martin Quinson Date: Thu, 27 Aug 2015 21:21:43 +0000 (+0200) Subject: enough. I cant remember what good this broken chunk is supposed to bring. Kill it. X-Git-Tag: v3_12~298 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/91013c581a728aa1d905f4634b7863076f71f544 enough. I cant remember what good this broken chunk is supposed to bring. Kill it. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c3a77853d3..985bd6d3fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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_C_COMPILER_ID} STREQUAL "GNU") - 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 # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#