We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e9ff3 commit 5961f9fCopy full SHA for 5961f9f
README.md
@@ -307,7 +307,7 @@ CPMAddPackage("gh:catchorg/Catch2@2.5.0")
307
### [Range-v3](https://github.com/ericniebler/range-v3)
308
309
```Cmake
310
-CPMAddPackage("gh:ericniebler/range-v3#0.11.0")
+CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
311
```
312
313
### [Yaml-cpp](https://github.com/jbeder/yaml-cpp)
examples/range-v3/CMakeLists.txt
@@ -6,7 +6,7 @@ project(CPMRangev3Example)
6
7
include(../../cmake/CPM.cmake)
8
9
10
11
# ---- Executable ----
12
0 commit comments