-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update googletest to v1.14.0 #335
Conversation
ff0fa0c
to
adb26c1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #335 +/- ##
========================================
Coverage 69.74% 69.75%
========================================
Files 271 271
Lines 29758 29770 +12
========================================
+ Hits 20755 20766 +11
- Misses 9003 9004 +1 ☔ View full report in Codecov by Sentry. |
dc3b0f1
to
9564b32
Compare
9564b32
to
93a3098
Compare
@@ -1,13 +1,5 @@ | |||
enable_testing() | |||
|
|||
if (USE_INCLUDED_GTEST) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an opton
option(USE_INCLUDED_GTEST "Used included gtest" ON)
in the main CMakeLists.txt https://github.com/3MFConsortium/lib3mf/blob/develop/CMakeLists.txt#L27C22-L27C23 .
This shoubd be removed, too.
Duplicate of #336 |
No description provided.