mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
fix: wrong target name in FindSmall.cmake (#6128)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user