mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
cmake: fix target_link_libraries keyword signature
This commit is contained in:
parent
479eba3b1b
commit
8509924ebd
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ if(DEPENDS AND UNIX AND NOT APPLE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(STACK_TRACE AND CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
if(STACK_TRACE AND CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||||
target_link_libraries(feather -rdynamic)
|
target_link_libraries(feather PRIVATE -rdynamic)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(DEPENDS)
|
if(DEPENDS)
|
||||||
|
|
Loading…
Reference in a new issue