mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-02 16:44:46 +02:00
Merge pull request #2786 from catchorg/redundant_link_libraries
Fix clang warning about redundant link libraries
This commit is contained in:
commit
b7b71ffd3a
@ -53,7 +53,7 @@ set(ALL_EXAMPLE_TARGETS
|
|||||||
)
|
)
|
||||||
|
|
||||||
foreach( name ${ALL_EXAMPLE_TARGETS} )
|
foreach( name ${ALL_EXAMPLE_TARGETS} )
|
||||||
target_link_libraries( ${name} Catch2 Catch2WithMain )
|
target_link_libraries( ${name} Catch2WithMain )
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user