CMake: Remove unnecessary atlas_install_headers directives
Remove atlas_install_headers(DIR)
directive from CMakeLists.txt
if the directory DIR
does not even exist, i.e. there are no headers to install.
cc @akraszna: we should probably make this condition an error in atlas_install_headers