1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00

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

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)