Skip to content

Can you kindly replace git submodules with FetchContent or CPM #1

Description

@Longwater1234

Awesome project! I noticed you are using git submodules to fetch dependencies inside vendor Dir.

Sadly, This takes huge amounts time and disk-space because it forces user to download entire git history of each Repo.

I am kindly proposing to use Cmake built-in "fetchcontent" or CPM to instead download thin Git releases (tar.gz) for each dependency.

Also, as a bonus, it will make cloud builds or CI/CD complete faster.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions