Skip to content

Commit

Permalink
avoid redundant if condition in config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lubynets committed Jul 29, 2024
1 parent 6cd7765 commit 99c9efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/AnalysisTreeConfig.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${CMAKE_INSTALL_PREFIX}/lib
export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH:${CMAKE_INSTALL_PREFIX}/include/AnalysisTree
export PATH=$PATH:${CMAKE_INSTALL_PREFIX}/bin
export AnalysisTree_DIR=${CMAKE_INSTALL_PREFIX}/lib/cmake/AnalysisTree
if [ -f "${CMAKE_INSTALL_PREFIX}/bin/AnalysisTreeHash.sh" ]; then
source ${CMAKE_INSTALL_PREFIX}/bin/AnalysisTreeHash.sh
fi

0 comments on commit 99c9efc

Please sign in to comment.