Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb
Geant4
Commits
0956fd10
Commit
0956fd10
authored
7 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
Updated version and dependencies
parent
fcda56ae
No related branches found
No related tags found
1 merge request
!40
Release of v104r2p1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-5
2 additions, 5 deletions
CMakeLists.txt
with
2 additions
and
5 deletions
CMakeLists.txt
+
2
−
5
View file @
0956fd10
...
...
@@ -5,8 +5,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)
set
(
GEANT4_SRCS_REPOSITORY https://gitlab.cern.ch/lhcb/Geant4-srcs.git CACHE STRING
"Repository for Geant4 sources"
)
find_package
(
GaudiProject
)
gaudi_project
(
Geant4 v104r
1p1
DATA Geant4Files VERSION v104r
0
)
gaudi_project
(
Geant4 v104r
2
DATA Geant4Files VERSION v104r
1
)
# FIXME: hack for compatibility with CMT build
file
(
WRITE
${
CMAKE_BINARY_DIR
}
/dummy.cpp
""
)
...
...
@@ -19,6 +19,3 @@ macro(back_comp_lib name)
target_link_libraries
(
${
name
}
${
ARGN
}
)
install
(
TARGETS
${
name
}
DESTINATION lib
)
endmacro
()
#back_comp_lib(G4processeshad G4processes)
#back_comp_lib(G4externals G4zlib G4gl2ps)
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