aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/unix/settings.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/unix/settings.cmake')
-rw-r--r--cmake/platform/unix/settings.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake
index 846742906b0..2dd8197e293 100644
--- a/cmake/platform/unix/settings.cmake
+++ b/cmake/platform/unix/settings.cmake
@@ -52,8 +52,4 @@ elseif(CMAKE_C_COMPILER MATCHES "icc")
include(${CMAKE_SOURCE_DIR}/cmake/compiler/icc/settings.cmake)
elseif(CMAKE_C_COMPILER MATCHES "clang" OR CMAKE_C_COMPILER_ID MATCHES "Clang")
include(${CMAKE_SOURCE_DIR}/cmake/compiler/clang/settings.cmake)
-else()
- target_compile_definitions(trinity-compile-option-interface
- INTERFACE
- -D_BUILD_DIRECTIVE="${CMAKE_BUILD_TYPE}")
endif()