mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
Fix linking of slog library in CMakeLists.txt
This commit is contained in:
@@ -277,7 +277,7 @@ if(USE_SLOG)
|
|||||||
target_compile_definitions(aaruformat PRIVATE ENABLE_TRACE ENABLE_FATAL USE_SLOG)
|
target_compile_definitions(aaruformat PRIVATE ENABLE_TRACE ENABLE_FATAL USE_SLOG)
|
||||||
|
|
||||||
# Link slog
|
# Link slog
|
||||||
target_link_libraries(aaruformat PRIVATE slog)
|
target_link_libraries(aaruformat slog)
|
||||||
|
|
||||||
message(STATUS "slog logging enabled")
|
message(STATUS "slog logging enabled")
|
||||||
else()
|
else()
|
||||||
|
|||||||
Reference in New Issue
Block a user