Skip to content

Commit

Permalink
Add one more environment variable which is needed for ROOT6.
Browse files Browse the repository at this point in the history
The variable defines the location of the needed header files and was missing when the environment is defined
for scripts which should run at test time. The problem was already fixed in case a root macro is executed.
  • Loading branch information
fuhlig1 committed Jan 14, 2016
1 parent e6bf219 commit a6a88ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/scripts/set_env.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export VMCWORKDIR=@PROJECT_SOURCE_DIR@
export GEANT4VMC_MACRO_DIR=@GEANT4VMC_MACRO_DIR@
export USE_VGM=1
export PATH=@ROOTSYS@/bin:$PATH

export ROOT_INCLUDE_PATH=@MY_ROOT_INCLUDE_PATH@
export GEANT4_LIBRARY_DIR=@GEANT4_LIBRARY_DIR@
export GEANT4_INCLUDE_DIR=@GEANT4_INCLUDE_DIR@
export GEANT4VMC_INCLUDE_DIR=@GEANT4VMC_INCLUDE_DIR@
Expand Down
2 changes: 1 addition & 1 deletion cmake/scripts/set_env_macos.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export VMCWORKDIR=@PROJECT_SOURCE_DIR@
export GEANT4VMC_MACRO_DIR=@GEANT4VMC_MACRO_DIR@
export USE_VGM=1
export PATH=$PATH:@ROOTSYS@/bin

export ROOT_INCLUDE_PATH=@MY_ROOT_INCLUDE_PATH@
export GEANT4_LIBRARY_DIR="@GEANT4_LIBRARY_DIR@"
export GEANT4_INCLUDE_DIR="@GEANT4_INCLUDE_DIR@"
export GEANT4VMC_INCLUDE_DIR="@GEANT4VMC_INCLUDE_DIR@"
Expand Down

0 comments on commit a6a88ad

Please sign in to comment.