mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix some spelling errors.
casese -> cases (1) chache -> cache (1) cirucal -> circular (1) dependecy -> dependency (1) detrmine -> determine (2) eavluate -> evaluate (1) exertnal -> external (1) ony -> only (1) registation -> registration (3) registring -> registering (2) regsistration -> registration (3) seperate -> separate (2) wit -> with (1) withe -> with (1)
This commit is contained in:
@@ -121,7 +121,7 @@ target_link_libraries(spdlog_header_only INTERFACE Threads::Threads)
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------------
|
||||
# Use fmt package if using exertnal fmt
|
||||
# Use fmt package if using external fmt
|
||||
#---------------------------------------------------------------------------------------
|
||||
if(SPDLOG_FMT_EXTERNAL)
|
||||
if (NOT TARGET fmt::fmt)
|
||||
@@ -133,7 +133,7 @@ if(SPDLOG_FMT_EXTERNAL)
|
||||
target_compile_definitions(spdlog_header_only INTERFACE SPDLOG_FMT_EXTERNAL)
|
||||
target_link_libraries(spdlog_header_only INTERFACE fmt::fmt)
|
||||
|
||||
set(PKG_CONFIG_REQUIRES fmt) # add dependecy to pkg-config
|
||||
set(PKG_CONFIG_REQUIRES fmt) # add dependency to pkg-config
|
||||
endif()
|
||||
|
||||
if(SPDLOG_WCHAR_SUPPORT)
|
||||
|
Reference in New Issue
Block a user