Skip to content

Commit

Permalink
Update CMakeLists.txt, Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zgzhengSEU authored Sep 18, 2024
1 parent ffd5aa4 commit 885713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if(SPDLOG_FMT_EXTERNAL OR SPDLOG_FMT_EXTERNAL_HO)
target_compile_definitions(spdlog PUBLIC SPDLOG_FMT_EXTERNAL)
target_compile_definitions(spdlog_header_only INTERFACE SPDLOG_FMT_EXTERNAL)

# use external fmt-header-nly
# use external fmt-header-only
if(SPDLOG_FMT_EXTERNAL_HO)
target_link_libraries(spdlog PUBLIC fmt::fmt-header-only)
target_link_libraries(spdlog_header_only INTERFACE fmt::fmt-header-only)
Expand Down

0 comments on commit 885713e

Please sign in to comment.