summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/SunPro-ASM.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Compiler/SunPro-ASM.cmake')
-rw-r--r--Modules/Compiler/SunPro-ASM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/SunPro-ASM.cmake b/Modules/Compiler/SunPro-ASM.cmake
index 371e233..97776da 100644
--- a/Modules/Compiler/SunPro-ASM.cmake
+++ b/Modules/Compiler/SunPro-ASM.cmake
@@ -21,4 +21,4 @@ set(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-g -xO2")
foreach(type SHARED_LIBRARY SHARED_MODULE EXE)
set(CMAKE_${type}_LINK_STATIC_ASM_FLAGS "-Bstatic")
set(CMAKE_${type}_LINK_DYNAMIC_ASM_FLAGS "-Bdynamic")
-endforeach(type)
+endforeach()