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.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Compiler/Intel-ASM.cmake b/Modules/Compiler/Intel-ASM.cmake
index 0dd7b0d..1f064c9 100644
--- a/Modules/Compiler/Intel-ASM.cmake
+++ b/Modules/Compiler/Intel-ASM.cmake
@@ -8,6 +8,6 @@ set(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
if(UNIX)
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S)
-else(UNIX)
+else()
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm)
-endif(UNIX)
+endif()