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
8e0fab4c
Commit
8e0fab4c
authored
1 year ago
by
Ben Couturier
Browse files
Options
Downloads
Patches
Plain Diff
Do not set G4VERBOSE to ON when buyilding in Debug
parent
27cb71a1
Branches
Branches containing commit
No related tags found
1 merge request
!104
Do not set G4VERBOSE to ON when building in Debug
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/Modules/LHCbSettings.cmake
+0
-5
0 additions, 5 deletions
cmake/Modules/LHCbSettings.cmake
with
0 additions
and
5 deletions
cmake/Modules/LHCbSettings.cmake
+
0
−
5
View file @
8e0fab4c
...
...
@@ -17,11 +17,6 @@ set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION}.${${PROJECT_NAME}_VERSIO
include
(
FindDataPackage
)
find_data_package
(
Geant4Files
${
Geant4_VERSION_MAJOR
}${
Geant4_VERSION_MINOR
}
.0
)
if
(
CMAKE_BUILD_TYPE MATCHES
"Debug"
)
set
(
G4VERBOSE ON
)
else
()
set
(
G4VERBOSE OFF
)
endif
()
# FIXME: this should match the version used by ROOT (LCG version + compiler version)
set
(
GEANT4_BUILD_CXXSTD 17 CACHE STRING
"C++ Standard"
)
...
...
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