mirror of
https://github.com/Xahau/xahaud.git
synced 2026-03-29 07:52:21 +00:00
Compare commits
9 Commits
fix-enhanc
...
test-hook-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10e76c0475 | ||
|
|
b2b160e9ea | ||
|
|
164b1765b6 | ||
|
|
3a2e3e99c4 | ||
|
|
176de80369 | ||
|
|
508a16cbe4 | ||
|
|
9eb539da2b | ||
|
|
335dcb1351 | ||
|
|
5d9071695a |
@@ -68,17 +68,6 @@ target_link_libraries(xrpl.imports.main
|
||||
$<$<BOOL:${voidstar}>:antithesis-sdk-cpp>
|
||||
)
|
||||
|
||||
# date-tz for enhanced logging (always linked, code is #ifdef guarded)
|
||||
if(TARGET date::date-tz)
|
||||
target_link_libraries(xrpl.imports.main INTERFACE date::date-tz)
|
||||
endif()
|
||||
|
||||
# BEAST_ENHANCED_LOGGING: enable for Debug builds OR when explicitly requested
|
||||
# Uses generator expression so it works with multi-config generators (Xcode, VS, Ninja Multi-Config)
|
||||
target_compile_definitions(xrpl.imports.main INTERFACE
|
||||
$<$<OR:$<CONFIG:Debug>,$<BOOL:${BEAST_ENHANCED_LOGGING}>>:BEAST_ENHANCED_LOGGING=1>
|
||||
)
|
||||
|
||||
include(add_module)
|
||||
include(target_link_modules)
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user