Skip to content

Commit bdd1dff

Browse files
authored
Update CMakeLists.txt, Fix spelling errors (#3193)
1 parent ffd5aa4 commit bdd1dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if(SPDLOG_FMT_EXTERNAL OR SPDLOG_FMT_EXTERNAL_HO)
215215
target_compile_definitions(spdlog PUBLIC SPDLOG_FMT_EXTERNAL)
216216
target_compile_definitions(spdlog_header_only INTERFACE SPDLOG_FMT_EXTERNAL)
217217

218-
# use external fmt-header-nly
218+
# use external fmt-header-only
219219
if(SPDLOG_FMT_EXTERNAL_HO)
220220
target_link_libraries(spdlog PUBLIC fmt::fmt-header-only)
221221
target_link_libraries(spdlog_header_only INTERFACE fmt::fmt-header-only)

0 commit comments

Comments
 (0)