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)