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.
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 27 Aug 2015 21:21:43 +0000 (23:21 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 27 Aug 2015 21:21:43 +0000 (23:21 +0200)
CMakeLists.txt

index c3a7785..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_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      #
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#