You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CMake and main to add another library and download FASTER.
* Apply style formatters
* Update README.md's boost example and add information on determining source archive location at GitHub.
* Update README.md
---------
Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
@@ -475,3 +483,85 @@ For a full example on using CPM to download and configure lua with sol2 see [her
475
483
### Full Examples
476
484
477
485
See the [examples directory](https://github.com/cpm-cmake/CPM.cmake/tree/master/examples) for full examples with source code and check out the [wiki](https://github.com/cpm-cmake/CPM.cmake/wiki/More-Snippets) for many more example snippets.
486
+
487
+
## Source Archives from GitHub
488
+
489
+
Using a compressed source archive is usually much faster than a shallow
490
+
clone. Optionally, you can verify the integrity using
491
+
[SHA256](https://en.wikipedia.org/wiki/SHA-2) or similar. Setting the hash is useful to ensure a
492
+
specific source is imported, especially since tags, branches, and
493
+
archives can change.
494
+
495
+
Let's look at adding [spdlog](https://github.com/gabime/spdlog) to a project:
0 commit comments