From 0bc5e03dced2f36ffd999c906c79f18a6fd26778 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 24 Apr 2008 22:00:08 -0400 Subject: [PATCH] ENH: do not force the intel ar on C from CXX --- Modules/Platform/Linux-Intel-CXX.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/Platform/Linux-Intel-CXX.cmake b/Modules/Platform/Linux-Intel-CXX.cmake index 990a17d8a..67737c76a 100644 --- a/Modules/Platform/Linux-Intel-CXX.cmake +++ b/Modules/Platform/Linux-Intel-CXX.cmake @@ -15,8 +15,5 @@ IF(XIAR) SET(CMAKE_CXX_CREATE_STATIC_LIBRARY "${XIAR} cr " "${XIAR} -s ") - SET(CMAKE_C_CREATE_STATIC_LIBRARY - "${XIAR} cr " - "${XIAR} -s ") ENDIF(XIAR) MARK_AS_ADVANCED(XIAR)