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
510bda89
Commit
510bda89
authored
7 years ago
by
Dmitry Popov
Browse files
Options
Downloads
Patches
Plain Diff
Update CMakeList of G4RichTbSimHTest to ignore warnings from CLHEP and ROOT
parent
34ca139a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Migrate 'master' to G4 v10r3p3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
+1
-4
1 addition, 4 deletions
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
with
1 addition
and
4 deletions
LHCbG4Tests/G4RichTbSimHTest/CMakeLists.txt
+
1
−
4
View file @
510bda89
...
...
@@ -6,7 +6,7 @@ find_package(CLHEP REQUIRED COMPONENTS Random)
find_package
(
ROOT REQUIRED COMPONENTS Hist Tree RIO
)
find_package
(
TBB
)
include_directories
(
${
CMAKE_INSTALL_PREFIX
}
/include
)
include_directories
(
SYSTEM
${
CMAKE_INSTALL_PREFIX
}
/include
${
CLHEP_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
)
link_directories
(
${
CMAKE_INSTALL_PREFIX
}
/lib
)
set
(
Geant4_LIBRARIES
...
...
@@ -39,7 +39,4 @@ gaudi_add_executable(G4RichTbSimHTest
add_dependencies
(
G4RichTbSimHTest Geant4
)
# Dirty fix to disable the pesky warning
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-Wno-suggest-override"
)
gaudi_install_scripts
()
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