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/gcc/settings.cmake | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cmake/compiler/gcc') diff --git a/cmake/compiler/gcc/settings.cmake b/cmake/compiler/gcc/settings.cmake index 99417c1fbf9..e830d28b655 100644 --- a/cmake/compiler/gcc/settings.cmake +++ b/cmake/compiler/gcc/settings.cmake @@ -1,8 +1,3 @@ -# Set build-directive (used in core to tell which buildtype we used) -target_compile_definitions(trinity-compile-option-interface - INTERFACE - -D_BUILD_DIRECTIVE="$") - set(GCC_EXPECTED_VERSION 11.1.0) if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS GCC_EXPECTED_VERSION) -- cgit v1.2.3