From ba09d22a4b3ef0e82854bb15811a582fcde9e5bb Mon Sep 17 00:00:00 2001 From: Simeon Ehrig Date: Thu, 14 Nov 2024 15:12:27 +0100 Subject: [PATCH] fix --- script/gitlabci/print_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/gitlabci/print_env.sh b/script/gitlabci/print_env.sh index 58ae9934a12..7972fba148e 100755 --- a/script/gitlabci/print_env.sh +++ b/script/gitlabci/print_env.sh @@ -18,7 +18,7 @@ echo -e "\033[0;33mSteps to setup containter locally" # display the correct docker run command first_step_prefix="1. Run docker image via:" -if [ "${CMAKE_CXX_COMPILER}" == "nvc++" ] || [ "${alpaka_ACC_GPU_CUDA_ENABLE}" == "ON" ]; +if [ "${CMAKE_CXX_COMPILER:-}" == "nvc++" ] || [ "${alpaka_ACC_GPU_CUDA_ENABLE}" == "ON" ]; then if [ "${ALPAKA_CI_RUN_TESTS}" == "ON" ]; then