Skip to content
Snippets Groups Projects
Commit db26d7e3 authored by Javier Galan's avatar Javier Galan
Browse files

cmake/thisREST.cmake avoiding warning

parent 4c803844
No related branches found
No related tags found
No related merge requests found
Pipeline #7765681 failed
...@@ -30,7 +30,7 @@ if (DEFINED ENV{LCG_VERSION}) ...@@ -30,7 +30,7 @@ if (DEFINED ENV{LCG_VERSION})
message(STATUS "Modified path: ${LCG_SETUP}") message(STATUS "Modified path: ${LCG_SETUP}")
set(loadLCG 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 () endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment