Skip to content

Commit

Permalink
No C++17 for GEANT4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Berzano committed Oct 3, 2018
1 parent d79ba08 commit 66c42a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geant4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ env:
---
#!/bin/bash -e

[[ $CXXSTD > 14 ]] && CXXSTD=14 || true # Only C++14 is supported at the moment

cmake $SOURCEDIR \
-DGEANT4_INSTALL_DATA_TIMEOUT=2000 \
-DCMAKE_CXX_FLAGS="-fPIC" \
Expand Down

0 comments on commit 66c42a4

Please sign in to comment.