diff options
Diffstat (limited to 'cmake/macros/ConfigureBaseTargets.cmake')
| -rw-r--r-- | cmake/macros/ConfigureBaseTargets.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/ConfigureBaseTargets.cmake b/cmake/macros/ConfigureBaseTargets.cmake index 34ed3170044..77a66d085b2 100644 --- a/cmake/macros/ConfigureBaseTargets.cmake +++ b/cmake/macros/ConfigureBaseTargets.cmake @@ -18,7 +18,7 @@ set(CMAKE_CXX_STANDARD 20)  # Set build-directive (used in core to tell which buildtype we used)  target_compile_definitions(trinity-compile-option-interface    INTERFACE -    -D_BUILD_DIRECTIVE="$<CONFIG>") +    _BUILD_DIRECTIVE="$<CONFIG>")  # An interface library to make the target features available to other targets  add_library(trinity-feature-interface INTERFACE)  | 
