aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler/icc/settings.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/compiler/icc/settings.cmake')
-rw-r--r--cmake/compiler/icc/settings.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/compiler/icc/settings.cmake b/cmake/compiler/icc/settings.cmake
index fd591440355..87187cc3a5c 100644
--- a/cmake/compiler/icc/settings.cmake
+++ b/cmake/compiler/icc/settings.cmake
@@ -12,7 +12,7 @@ else()
-xSSE2)
endif()
-if( WITH_WARNINGS )
+if(WITH_WARNINGS)
target_compile_options(trinity-warning-interface
INTERFACE
-w1)
@@ -20,7 +20,7 @@ if( WITH_WARNINGS )
message(STATUS "ICC: All warnings enabled")
endif()
-if( WITH_COREDEBUG )
+if(WITH_COREDEBUG)
target_compile_options(trinity-compile-option-interface
INTERFACE
-g)