Skip to content

tweaking of gaudi_install_headers

  • avoid creating test targets if they already exist (multiple calls of gaudi_install_headers by users)

→ this one is not an issue in the master branch of gaudi, because it only affects the test targets

  • add warning if user calls gaudi_install_headers twice

→ this one can actually be factored out and go to master

  • respect a package's compilation dependency for test_headers_build_* target (relevant for #include )

Merge request reports