Skip to content

Commit

Permalink
Add missing environment variable to template of root run script.
Browse files Browse the repository at this point in the history
Backport commit 5300e7b from dev branch.
  • Loading branch information
fuhlig1 committed Jun 6, 2018
1 parent c191cc0 commit 4847b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/scripts/root_macro.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export PATH=@SIMPATH@/bin:$PATH:@Geant4_DIR@
export ROOTSYS=@ROOTSYS@
export ROOTEXE=@ROOT_INSTALL_DIR@/bin/root.exe
export ROOT_INCLUDE_PATH=@MY_ROOT_INCLUDE_PATH@
export FAIRROOTPATH="@FAIRROOTPATH@"
export VMCWORKDIR=@VMCWORKDIR@
export GEANT4VMC_MACRO_DIR=@GEANT4VMC_MACRO_DIR@
export USE_VGM=1
Expand Down

0 comments on commit 4847b35

Please sign in to comment.