Skip to content

Fix dependency of generated PCM files

Marco Clemencic requested to merge clemenci/Gaudi:fix-pcm-deps into master

PCM files are generated in CMAKE_CURRENT_BINARY_DIR, then copied to CMAKE_LIBRARY_OUTPUT_DIRECTORY, but it was not always happening in incremental builds.

This fixes the dependency.

Merge request reports