From 078bc6fe3fc764eaa2d528a19fe6d40972ee3537 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 15 Jun 2024 13:34:44 +0200 Subject: Build: Unify setting _BUILD_DIRECTIVE preprocessor macro for all compilers --- cmake/compiler/clang/settings.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmake/compiler/clang') diff --git a/cmake/compiler/clang/settings.cmake b/cmake/compiler/clang/settings.cmake index 0fa27e6493c..1ff7fcb2422 100644 --- a/cmake/compiler/clang/settings.cmake +++ b/cmake/compiler/clang/settings.cmake @@ -1,10 +1,5 @@ include(CheckCXXSourceCompiles) -# Set build-directive (used in core to tell which buildtype we used) -target_compile_definitions(trinity-compile-option-interface - INTERFACE - -D_BUILD_DIRECTIVE="$") - set(CLANG_EXPECTED_VERSION 11.0.0) if(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") # apple doesnt like to do the sane thing which would be to use the same version numbering as regular clang -- cgit v1.2.3