Open hsdk123 opened 1 year ago
I believe its because you are using the branch ( master in your situation ) as tag and it proberbly has updated since so the hashes doesn't match up ( actually just noticed your commit hash in the folder names and git error says 404 so probably deleted )
Also I believe fetch content does not use caching if I remember correctly ( but may be wrong ), so I believe that is the reason you dont see the error with it.
It does also state in the readme under Usage for CPM that it isn't recommended since CPM is using caching
GIT_TAG can also be set to a specific commit or a branch name such as master, however this isn't recommended, as such packages will only be updated when the cache is cleared.
So short I think its because of the caching that you now have part of something there don't exist anymore
Hi, I notice that for some repos I get the following warning when using CPM. (doesn't happen when using fetchcontent)
Would anyone notice what's happening?
Repo mentioned: https://github.com/mosra/magnum
Usage