From 91013c581a728aa1d905f4634b7863076f71f544 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 27 Aug 2015 23:21:43 +0200 Subject: [PATCH] enough. I cant remember what good this broken chunk is supposed to bring. Kill it. --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) 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 # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -- 2.20.1