Skip to content

Commit

Permalink
using c++ 17
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Jul 17, 2024
1 parent 645deed commit 12704ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from init_env import init_environment
# adding ccdb as temporary dependency
# will be removed once the hit process routines are plugins
env = init_environment("qt5 geant4 clhep xercesc ccdb mlibrary cadmesh hipo c12bfields")
env.Append(CXXFLAGS=['-std=c++14'])
env.Append(CXXFLAGS=['-std=c++17'])

# added because clhep is still behind clang (5/2015)
if env['PLATFORM'] == 'darwin':
Expand Down

0 comments on commit 12704ed

Please sign in to comment.