Removed redundant link option

This commit is contained in:
Fred Nicolson
2020-01-14 09:42:43 +00:00
parent 9d901396dc
commit 68819cfa09

View File

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