aboutsummaryrefslogtreecommitdiff
path: root/cmake/compiler/icc
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-06-24 14:42:02 +0200
commita46d047f9466c6f16597755bb7c771a9d1a147f2 (patch)
tree136303f021208e514db5c9b0fff1b65dc8d2d3cf /cmake/compiler/icc
parentb210bb37130087d9a25a61dfb1b8baa60540c12c (diff)
fixed indentation for cmake files
Diffstat (limited to 'cmake/compiler/icc')
-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)