-
Notifications
You must be signed in to change notification settings - Fork 73
Use target-specific include dirs #464
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
Use target-specific include dirs #464
Conversation
CMakeLists.txt
Outdated
@@ -47,9 +47,6 @@ include(cmake/gtest.cmake) | |||
############################## Headers ############################## | |||
|
|||
message( STATUS "PPC step: Setup headers" ) |
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.
Please remove all info about headers here
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.
Done
19c9bbb
to
73078d3
Compare
73078d3
to
189a1c0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #464 +/- ##
=======================================
Coverage 91.73% 91.73%
=======================================
Files 11 11
Lines 363 363
Branches 131 131
=======================================
Hits 333 333
Misses 10 10
Partials 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Coverage report is available for download |
Coverage report is available for download |
Drop global include_directories from CMakeLists.txt