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 or FetchContent to consume this library.
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` or `FetchContent` to consume this library.
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.58cdbb6a1b
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.