Skip to content
Snippets Groups Projects
Commit 73fffa74 authored by Andre Sailer's avatar Andre Sailer
Browse files

dd4hep_add_dictionary: use temporary files to create Dictionaries

because add_custom_command does not know the COMPILE_LANGUAGE we are not allowed to treat definitions with that genex inside.
We cannot use add_custom_command(TARGET because that fails with the same error, even though it maybe shouldn't

For compatibility with ninja(?) we need to use these $<CONFIG>$<COMPILE_LANGUAGE> shenanigans

add USE_COMMAND_FOR_GENERATION to fall back to old way
parent c72c5303
No related branches found
No related tags found
No related merge requests found
Loading
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