cmake: fix target_link_libraries keyword signature

This commit is contained in:
tobtoht 2024-01-05 15:34:46 +01:00
parent 479eba3b1b
commit 8509924ebd
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -318,7 +318,7 @@ if(DEPENDS AND UNIX AND NOT APPLE)
endif()
if(STACK_TRACE AND CMAKE_C_COMPILER_ID STREQUAL "GNU")
target_link_libraries(feather -rdynamic)
target_link_libraries(feather PRIVATE -rdynamic)
endif()
if(DEPENDS)