Skip to content

Commit

Permalink
Ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed Jul 14, 2024
1 parent 2f12a5e commit f261932
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cmake/thisREST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ if (lcg_pos GREATER -1
set(lcg_found TRUE)
endif ()

set(loadLCG "")
if (lcg_found)
set(loadLCG
"\# REST_LCG was enabled. We load LCG_104 environment.\nsource /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc11-opt/setup.sh\n\n"
)
endif ()

# We identify the thisroot.sh script for the corresponding ROOT version
execute_process(
COMMAND root-config --prefix
Expand Down Expand Up @@ -41,13 +48,6 @@ if (${REST_G4} MATCHES "ON")
)
endif ()

set(loadLCG "")
if (lcg_found)
set(loadLCG
"\# REST_LCG was enabled. We load LCG_104 environment.\nsource /cvmfs/sft.cern.ch/lcg/views/LCG_104/x86_64-el9-gcc11-opt/setup.sh\n\n"
)
endif ()

set(loadMPFR "")
if (DEFINED MPFR_PATH)
set(loadMPFR "export LD_LIBRARY_PATH=${MPFR_PATH}/lib:\$LD_LIBRARY_PATH")
Expand Down

0 comments on commit f261932

Please sign in to comment.