Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
6de6359c
Commit
6de6359c
authored
Oct 26, 2020
by
Stéphane Del Pino
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/cmake-update' into 'develop'
Feature/cmake update See merge request
!58
parents
d57153cf
77c364bb
No related branches found
No related tags found
1 merge request
!58
Feature/cmake update
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+7
-1
7 additions, 1 deletion
CMakeLists.txt
with
7 additions
and
1 deletion
CMakeLists.txt
+
7
−
1
View file @
6de6359c
...
...
@@ -79,6 +79,12 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE
)
endif
()
#------------------------------------------------------
# default build shared libraries
if
(
NOT BUILD_SHARED_LIBS
)
set
(
BUILD_SHARED_LIBS ON CACHE STRING
""
FORCE
)
endif
()
#------------------------------------------------------
# Checks if compiler version is compatible with Pugs sources
...
...
@@ -365,7 +371,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
ALL
# in coverage mode we do coverage!
# zero all counters
COMMAND
${
FASTCOV
}
-q -z
COMMAND
${
FASTCOV
}
-q -z
--gcov
"
${
GCOV_BIN
}
"
# Run tests
COMMAND
${
CMAKE_CTEST_COMMAND
}
...
...
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
sign in
to comment