Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove .gitmodules and doc/std (#643)
* Remove .gitmodules * Remove doc/std
- Loading branch information
256bb4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @jesswong ,
After this commit, If I want to use
libunifex
as in the followingCMake
file, git fetch would fail, because of the git sub-module underexternal
.include(FetchContent) FetchContent_Declare( libunifex GIT_REPOSITORY https://github.com/facebookexperimental/libunifex.git GIT_TAG main ) FetchContent_MakeAvailable(libunifex)
Using the tag, I can go to the previous commit though.
256bb4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks for letting me know! i have a PR up to remove the external dir: #645