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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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)