Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Computing
cbmroot
Merge requests
!852
Bump flesnet version, include monitoring library
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bump flesnet version, include monitoring library
j.decuveland/cbmroot:monitoring
into
master
Overview
7
Commits
6
Pipelines
12
Changes
14
Merged
Jan de Cuveland
requested to merge
j.decuveland/cbmroot:monitoring
into
master
2 years ago
Overview
7
Commits
6
Pipelines
12
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 11
981ad26c
2 years ago
version 10
388bc522
2 years ago
version 9
c90d04a1
2 years ago
version 8
e65f6044
2 years ago
version 7
65c33195
2 years ago
version 6
b150b3cc
2 years ago
version 5
896301c6
2 years ago
version 4
c99e8b93
2 years ago
version 3
e0ff70ad
2 years ago
version 2
260caf8e
2 years ago
version 1
05aaaedb
2 years ago
master (base)
and
latest version
latest version
7c0d7e00
6 commits,
2 years ago
version 11
981ad26c
5 commits,
2 years ago
version 10
388bc522
5 commits,
2 years ago
version 9
c90d04a1
5 commits,
2 years ago
version 8
e65f6044
5 commits,
2 years ago
version 7
65c33195
4 commits,
2 years ago
version 6
b150b3cc
4 commits,
2 years ago
version 5
896301c6
4 commits,
2 years ago
version 4
c99e8b93
4 commits,
2 years ago
version 3
e0ff70ad
2 commits,
2 years ago
version 2
260caf8e
1 commit,
2 years ago
version 1
05aaaedb
1 commit,
2 years ago
14 files
+
58
−
36
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
external/CMakeLists.txt
+
4
−
0
Options
@@ -74,6 +74,10 @@ else()
@@ -74,6 +74,10 @@ else()
set_target_properties
(
external::fles_logging PROPERTIES
set_target_properties
(
external::fles_logging PROPERTIES
IMPORTED_LOCATION external::fles_logging-NOTFOUND
IMPORTED_LOCATION external::fles_logging-NOTFOUND
)
)
add_library
(
external::fles_monitoring STATIC IMPORTED GLOBAL
)
set_target_properties
(
external::fles_monitoring PROPERTIES
IMPORTED_LOCATION external::fles_monitoring-NOTFOUND
)
# Define an empty macro such that ctest is happy when no externals are
# Define an empty macro such that ctest is happy when no externals are
# available
# available
Loading