Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eicd
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
EIC
eicd
Merge requests
!81
Mutable datatypes in podio@0.14.1 and later
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Mutable datatypes in podio@0.14.1 and later
mutable-podio
into
master
Overview
0
Commits
3
Pipelines
3
Changes
2
Merged
Mutable datatypes in podio@0.14.1 and later
Wouter Deconinck
requested to merge
mutable-podio
into
master
Mar 19, 2022
Overview
0
Commits
3
Pipelines
3
Changes
2
0
0
Merge request reports
Compare
master
version 2
d199bba0
Mar 20, 2022
version 1
3c7f7f76
Mar 19, 2022
master (base)
and
latest version
latest version
01f3c205
3 commits,
Mar 20, 2022
version 2
d199bba0
2 commits,
Mar 20, 2022
version 1
3c7f7f76
1 commit,
Mar 19, 2022
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
CMakeLists.txt
+
2
−
2
View file @ 01f3c205
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,10 +14,10 @@ if(APPLE)
endif
(
APPLE
)
find_package
(
podio 0.1
1.0
REQUIRED
)
find_package
(
podio 0.1
4.1
REQUIRED
)
include_directories
(
${
podio_INCLUDE_DIR
}
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
EDM4HEP
0.4.1
REQUIRED
)
#include(cmake/root.cmake)
list
(
APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS}
)
Loading