mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict
This commit is contained in:
@@ -18,7 +18,8 @@ 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
|
||||
_BUILD_DIRECTIVE="$<CONFIG>")
|
||||
TRINITY_BUILD_TYPE="$<CONFIG>"
|
||||
TRINITY_BUILD_HAS_DEBUG_INFO=$<CONFIG:Debug,RelWithDebInfo>)
|
||||
|
||||
# An interface library to make the target features available to other targets
|
||||
add_library(trinity-feature-interface INTERFACE)
|
||||
|
||||
Reference in New Issue
Block a user