Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
verdict
Commits
b9565599
Commit
b9565599
authored
2 years ago
by
Clinton Stimpson
Browse files
Options
Download
Email Patches
Plain Diff
Remove unnecessary link to gtest_main
parent
6c4901b9
master
julin/master
1.4.2
1.4.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittests/CMakeLists.txt
+1
-1
unittests/CMakeLists.txt
with
1 addition
and
1 deletion
+1
-1
unittests/CMakeLists.txt
View file @
b9565599
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help