From db26d7e308435d1670a744f28cd86a90cd8c7fa6 Mon Sep 17 00:00:00 2001
From: Javier Galan <j.a.galan.81@gmail.com>
Date: Tue, 16 Jul 2024 21:53:13 +0200
Subject: [PATCH] cmake/thisREST.cmake avoiding warning

---
 cmake/thisREST.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/thisREST.cmake b/cmake/thisREST.cmake
index c81446aeb..450284ef2 100644
--- a/cmake/thisREST.cmake
+++ b/cmake/thisREST.cmake
@@ -30,7 +30,7 @@ if (DEFINED ENV{LCG_VERSION})
     message(STATUS "Modified path: ${LCG_SETUP}")
 
     set(loadLCG
-        "\# We load the LCG_${LCG_VERSION} environment.\necho \"Loading\ LCG_${LCG_VERSION}\ environment\"\nsource ${LCG_SETUP}\n"
+        "\# We load the LCG_${LCG_VERSION} environment.\necho \\\"Loading\ LCG_${LCG_VERSION}\ environment\\\"\nsource ${LCG_SETUP}\n"
     )
 
 endif ()
-- 
GitLab