diff --git a/cmake/CEPCSWEnv.cmake b/cmake/CEPCSWEnv.cmake index 1854ce60582ad2107eaa1bdd530d743d31835424..4d77c702a556a33d66eb10bfd1c853d114a61412 100644 --- a/cmake/CEPCSWEnv.cmake +++ b/cmake/CEPCSWEnv.cmake @@ -1,9 +1,11 @@ # This variable will be used by GaudiToolbox.cmake to generate the cepcswenv.sh set(RUN_SCRIPT_EXTRA_COMMANDS "${RUN_SCRIPT_EXTRA_COMMANDS} -export CEPCSW_ROOT=${CMAKE_SOURCE_DIR} -export DETCEPCV4ROOT=${CMAKE_SOURCE_DIR}/Detector/DetCEPCv4 -export DETCRDROOT=${CMAKE_SOURCE_DIR}/Detector/DetCRD -export DETDRIFTCHAMBERROOT=${CMAKE_SOURCE_DIR}/Detector/DetDriftChamber +CEPCSW_PROJECT_SOURCE_DIR=${CMAKE_SOURCE_DIR} # this is hardcode +export CEPCSW_ROOT=\${CEPCSW_ROOT:-\${CEPCSW_PROJECT_SOURCE_DIR}} # allow user to override the default + +export DETCEPCV4ROOT=\${CEPCSW_ROOT}/Detector/DetCEPCv4 +export DETCRDROOT=\${CEPCSW_ROOT}/Detector/DetCRD +export DETDRIFTCHAMBERROOT=\${CEPCSW_ROOT}/Detector/DetDriftChamber ") diff --git a/setup.sh b/setup.sh index 3e09a68fff76f3d16300423d10bd8aba3d713317..0d748d0418697b68a50b211b4414c2bc493bdb8a 100644 --- a/setup.sh +++ b/setup.sh @@ -46,6 +46,7 @@ function setup-external() { function setup-install-area() { local installarea=$THISSCRITDIR/InstallArea if [ ! -d "$installarea" ]; then + info: "The InstallArea is not created yet. Please run ./build.sh first, then source setup.sh again." return fi