Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analyzer
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
Container registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
jlab
analyzer
Commits
a6f27cc2
Commit
a6f27cc2
authored
6 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
bugfix for CI
parent
71869abb
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
Podd/CMakeLists.txt
+1
-0
1 addition, 0 deletions
Podd/CMakeLists.txt
apps/CMakeLists.txt
+2
-0
2 additions, 0 deletions
apps/CMakeLists.txt
with
3 additions
and
0 deletions
Podd/CMakeLists.txt
+
1
−
0
View file @
a6f27cc2
...
...
@@ -108,6 +108,7 @@ target_link_libraries(${LIBNAME}
ROOT::Core
PUBLIC spdlog::spdlog
PUBLIC fmt::fmt
stdc++fs
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
apps/CMakeLists.txt
+
2
−
0
View file @
a6f27cc2
...
...
@@ -29,6 +29,7 @@ target_link_libraries(${ANALYZER}
Podd::HallA
PRIVATE spdlog::spdlog
PRIVATE fmt::fmt
stdc++fs
)
endif
()
...
...
@@ -70,6 +71,7 @@ else ()
Podd::HallA
PUBLIC spdlog::spdlog
PRIVATE fmt::fmt
stdc++fs
)
endif
()
...
...
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