Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wenqing
ogs
Commits
783c0d42
Commit
783c0d42
authored
5 years ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[CMake] Updated submodule cmake-modules.
parent
8359e71a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ThirdParty/cmake-modules
+1
-1
1 addition, 1 deletion
ThirdParty/cmake-modules
scripts/cmake/Coverage.cmake
+5
-5
5 additions, 5 deletions
scripts/cmake/Coverage.cmake
with
6 additions
and
6 deletions
cmake-modules
@
0b3d1074
Compare
fd2bac17
...
0b3d1074
Subproject commit
fd2bac17f5417f7b8b2a45e08333e1a88ebc04da
Subproject commit
0b3d10742007af4705ee2b11022127797bb83b54
This diff is collapsed.
Click to expand it.
scripts/cmake/Coverage.cmake
+
5
−
5
View file @
783c0d42
include
(
CodeCoverage
)
include
(
CodeCoverage
)
append_coverage_compiler_flags
()
append_coverage_compiler_flags
()
set
(
COVERAGE_
GCOVR_
EXCLUDES
set
(
COVERAGE_EXCLUDES
${
PROJECT_BINARY_DIR
}
/.*
${
PROJECT_BINARY_DIR
}
/.*
Applications/CLI/.*
${
PROJECT_SOURCE_DIR
}
/
Applications/CLI/.*
ProcessLib/.*
${
PROJECT_SOURCE_DIR
}
/
ProcessLib/.*
.*Tests/.*
${
PROJECT_SOURCE_DIR
}
/
.*Tests/.*
ThirdParty/.*
${
PROJECT_SOURCE_DIR
}
/
ThirdParty/.*
)
)
if
(
LCOV_PATH AND GENHTML_PATH
)
if
(
LCOV_PATH AND GENHTML_PATH
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment