Skip to content

Commit

Permalink
REST_HOME is now dynamically set to the user's home
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 27, 2023
1 parent b676b50 commit ae1afa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/thisREST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi
export REST_SOURCE=${CMAKE_CURRENT_SOURCE_DIR}
export REST_PATH=\\\${thisdir}
# REST_HOME is where temporary files are stored
export REST_HOME=$ENV{HOME}
export REST_HOME=\\\${HOME}
export ROOT_INCLUDE_PATH=\\\$REST_PATH/include${Garfield_INCLUDE_ENV}:\\\$ROOT_INCLUDE_PATH
export REST_INPUTDATA=\\\$REST_PATH/data
export REST_GARFIELD_INCLUDE=${Garfield_INCLUDE_DIRS}
Expand Down

0 comments on commit ae1afa2

Please sign in to comment.