Commit b9565599 authored by Clinton Stimpson's avatar Clinton Stimpson
Browse files

Remove unnecessary link to gtest_main

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -5,4 +5,4 @@ SET(TEST_SRCS
)
ADD_EXECUTABLE(unittests_verdict ${TEST_SRCS})
TARGET_LINK_LIBRARIES(unittests_verdict verdict GTest::GTest GTest::Main)
TARGET_LINK_LIBRARIES(unittests_verdict verdict GTest::GTest)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment