Include CPack only if top level project #4

Merged
friendlyanon merged 1 commits from master into master 4 years ago
friendlyanon commented 4 years ago (Migrated from github.com)

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.
The pull request has been merged as 58cdbb6a1b.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master master
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff master
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: clyne/consteval-huffman#4
Loading…
There is no content yet.