Skip to content
Snippets Groups Projects
Commit 66ca6393 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

print only the name to the env XML file (instead of full path)

parent 0627b33d
No related branches found
Tags cmake/v0.6
No related merge requests found
......@@ -1395,7 +1395,8 @@ function(gaudi_generate_env_conf filename)
set(data "${data} ${ln}\n")
endwhile()
set(data "${data}</env:config>\n")
message(STATUS "Generating ${filename}")
get_filename_component(fn ${filename} NAME)
message(STATUS "Generating ${fn}")
file(WRITE ${filename} "${data}")
endfunction()
......
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