Include CPack only if top level project #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I made a mistake, the
CPack
module should only be included in a top level project.Doing otherwise would cause problems for people who use git submodule +
add_subdirectory
orFetchContent
to consume this library.