Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
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
Show more breadcrumbs
EIC
Project Juggler
Commits
2106a2a1
Commit
2106a2a1
authored
4 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Adding proper cmake install to juggler
- Fixed install of "run" script and removed some gaudi install cmake macros
parent
46bfcd8d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!23
Adding proper cmake install to juggler
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
JugBase/CMakeLists.txt
+2
-2
2 additions, 2 deletions
JugBase/CMakeLists.txt
JugDigi/CMakeLists.txt
+2
-2
2 additions, 2 deletions
JugDigi/CMakeLists.txt
JugReco/CMakeLists.txt
+2
-2
2 additions, 2 deletions
JugReco/CMakeLists.txt
with
9 additions
and
6 deletions
CMakeLists.txt
+
3
−
0
View file @
2106a2a1
...
...
@@ -18,3 +18,6 @@ find_package(GaudiProject)
gaudi_project
(
Juggler v1r0
USE Gaudi v33r1
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/run
DESTINATION bin/
)
This diff is collapsed.
Click to expand it.
JugBase/CMakeLists.txt
+
2
−
2
View file @
2106a2a1
...
...
@@ -16,8 +16,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
gaudi_add_library
(
JugBase
src/*.cpp
...
...
This diff is collapsed.
Click to expand it.
JugDigi/CMakeLists.txt
+
2
−
2
View file @
2106a2a1
...
...
@@ -14,8 +14,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
#gaudi_add_library(JugBase
# src/*.cpp
...
...
This diff is collapsed.
Click to expand it.
JugReco/CMakeLists.txt
+
2
−
2
View file @
2106a2a1
...
...
@@ -15,8 +15,8 @@ find_package(DD4hep COMPONENTS DDG4 DDG4IO DDRec REQUIRED)
# this declaration will not be needed in the future
gaudi_depends_on_subdirs
(
GaudiAlg GaudiKernel
)
gaudi_install_scripts
()
gaudi_install_python_modules
()
#
gaudi_install_scripts()
#
gaudi_install_python_modules()
#gaudi_add_library(JugBase
# src/*.cpp
...
...
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