Skip to content

Commit 5961f9f

Browse files
authored
bump example range-v3 to 0.12.0 (#366)
* bump range-v3 to 0.12.0 * bump range-v3 to 0.12.0
1 parent 69e9ff3 commit 5961f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ CPMAddPackage("gh:catchorg/Catch2@2.5.0")
307307
### [Range-v3](https://github.com/ericniebler/range-v3)
308308

309309
```Cmake
310-
CPMAddPackage("gh:ericniebler/range-v3#0.11.0")
310+
CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
311311
```
312312

313313
### [Yaml-cpp](https://github.com/jbeder/yaml-cpp)

examples/range-v3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(CPMRangev3Example)
66

77
include(../../cmake/CPM.cmake)
88

9-
CPMAddPackage("gh:ericniebler/range-v3#0.11.0")
9+
CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
1010

1111
# ---- Executable ----
1212

0 commit comments

Comments
 (0)