summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Intel-ASM.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/Intel-ASM.cmake')
-rw-r--r--Modules/Compiler/Intel-ASM.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/Compiler/Intel-ASM.cmake b/Modules/Compiler/Intel-ASM.cmake
index 07437a8..aa0d8df 100644
--- a/Modules/Compiler/Intel-ASM.cmake
+++ b/Modules/Compiler/Intel-ASM.cmake
@@ -7,5 +7,3 @@ SET(CMAKE_ASM_FLAGS_RELEASE_INIT "-O3 -DNDEBUG")
SET(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s)
-
-set(CMAKE_ASM_COMPILE_OBJECT "<CMAKE_ASM_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>")