Skip to content
Snippets Groups Projects
Commit b7c1d0b3 authored by Andre Sailer's avatar Andre Sailer Committed by Marko Petric
Browse files

Listcomponents: fix use of ENV_VAR_VALUE

parent 65a090ff
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ function(dd4hep_generate_rootmap library)
add_custom_command(OUTPUT ${rootmapfile}
DEPENDS ${library}
COMMAND ${ENV_VAR}=${ENV_VAR}_VALUE $<TARGET_FILE:DD4hep::listcomponents> -o ${rootmapfile} $<TARGET_FILE_NAME:${library}>
COMMAND ${ENV_VAR}=${${ENV_VAR}_VALUE} $<TARGET_FILE:DD4hep::listcomponents> -o ${rootmapfile} $<TARGET_FILE_NAME:${library}>
WORKING_DIRECTORY ${LIBRARY_OUTPUT_PATH}
)
......
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