fix: wrong target name in FindSmall.cmake (#6128)

This commit is contained in:
Yat Ho
2023-10-19 04:18:38 +08:00
committed by GitHub
parent c70c49e87b
commit bb125b5e1e

View File

@@ -5,7 +5,6 @@ target_include_directories(small::small
${CMAKE_CURRENT_LIST_DIR}/../third-party/small/include)
target_compile_definitions(fmt::fmt-header-only
target_compile_definitions(small::small
INTERFACE
SMALL_DISABLE_EXCEPTIONS=1)