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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
Geant4
Commits
219088d8
Commit
219088d8
authored
Jun 13, 2017
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
Fixed cxx standard for gcc49 + g4r10
parent
194478ea
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Migrate 'master' to G4 v10r3p3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Geant4/G4config/CMakeLists.txt
+7
-0
7 additions, 0 deletions
Geant4/G4config/CMakeLists.txt
with
7 additions
and
0 deletions
Geant4/G4config/CMakeLists.txt
+
7
−
0
View file @
219088d8
...
@@ -38,6 +38,13 @@ endif()
...
@@ -38,6 +38,13 @@ endif()
set
(
GEANT4_TAG
${
GEANT4_TAG
}
CACHE STRING
"Tag of Geant4 to get from the Geant4-srcs repository"
)
set
(
GEANT4_TAG
${
GEANT4_TAG
}
CACHE STRING
"Tag of Geant4 to get from the Geant4-srcs repository"
)
# Fix the C++ standard for GCC 4.9
if
(
${
GAUDI_CXX_STANDARD
}
STREQUAL
"c++1y"
AND $ENV{CMTOPT} MATCHES
"gcc49"
)
set
(
CXX_STANDARD
"c++14"
)
else
()
set
(
CXX_STANDARD
${
GAUDI_CXX_STANDARD
}
)
endif
()
include
(
ExternalProject
)
include
(
ExternalProject
)
ExternalProject_Add
(
Geant4
ExternalProject_Add
(
Geant4
...
...
...
...
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
sign in
to comment