Skip to content

Commit

Permalink
cmake: fix target_link_libraries keyword signature
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Jan 5, 2024
1 parent 479eba3 commit 8509924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8509924

Please sign in to comment.