mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
fix: wrong target name in FindSmall.cmake
(#6128)
This commit is contained in:
parent
c70c49e87b
commit
bb125b5e1e
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ target_include_directories(small::small
|
||||||
${CMAKE_CURRENT_LIST_DIR}/../third-party/small/include)
|
${CMAKE_CURRENT_LIST_DIR}/../third-party/small/include)
|
||||||
|
|
||||||
|
|
||||||
target_compile_definitions(fmt::fmt-header-only
|
target_compile_definitions(small::small
|
||||||
INTERFACE
|
INTERFACE
|
||||||
SMALL_DISABLE_EXCEPTIONS=1)
|
SMALL_DISABLE_EXCEPTIONS=1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue