Exclude empty directories (#697)
install(DIRECTORY...) creates all directories. If there's is no matching files, it becomes an empty directory. The three empty directories are absl/copts, absl/strings/testdata and absl/time/internal/cctz/testdata. It is a workaround as cmake does not have an option to exclude empty directories. Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/19189pull/705/head
parent
2069dc796a
commit
8faf20461f
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue