Removed redundant link option

This commit is contained in:
Fred Nicolson 2020-01-14 09:42:43 +00:00
parent 9d901396dc
commit 68819cfa09
No known key found for this signature in database
GPG Key ID: 78C1DD87B47797D2

View File

@ -27,5 +27,5 @@ else()
endif() endif()
#Link tests #Link tests
target_link_libraries(${FRNETLIB_TEST} frnetlib gmock) target_link_libraries(${FRNETLIB_TEST} frnetlib)
add_test(test1 ${FRNETLIB_TEST}) add_test(test1 ${FRNETLIB_TEST})