Added compile definitions to header_only

pull/3276/head
gabime 9 months ago
parent 3f5443595c
commit f001fea02e

@ -249,6 +249,7 @@ else ()
endif()
if(HAVE_FWRITE_UNLOCKED)
target_compile_definitions(spdlog PRIVATE SPDLOG_FWRITE_UNLOCKED)
target_compile_definitions(spdlog_header_only INTERFACE SPDLOG_FWRITE_UNLOCKED)
endif()
# ---------------------------------------------------------------------------------------

Loading…
Cancel
Save