Skip to content

Commit

Permalink
Merge pull request #2786 from catchorg/redundant_link_libraries
Browse files Browse the repository at this point in the history
Fix clang warning about redundant link libraries
  • Loading branch information
horenmar committed Dec 29, 2023
2 parents a9a94be + 048d7f7 commit b7b71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Expand Up @@ -53,7 +53,7 @@ set(ALL_EXAMPLE_TARGETS
)

foreach( name ${ALL_EXAMPLE_TARGETS} )
target_link_libraries( ${name} Catch2 Catch2WithMain )
target_link_libraries( ${name} Catch2WithMain )
endforeach()


Expand Down

0 comments on commit b7b71ff

Please sign in to comment.