bump example range-v3 to 0.12.0 (#366)

* bump range-v3 to 0.12.0

* bump range-v3 to 0.12.0
This commit is contained in:
David Fong
2022-07-02 05:56:11 -07:00
committed by GitHub
parent 69e9ff3766
commit 5961f9f9fb
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ CPMAddPackage("gh:catchorg/Catch2@2.5.0")
### [Range-v3](https://github.com/ericniebler/range-v3)
```Cmake
CPMAddPackage("gh:ericniebler/range-v3#0.11.0")
CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
```
### [Yaml-cpp](https://github.com/jbeder/yaml-cpp)

View File

@@ -6,7 +6,7 @@ project(CPMRangev3Example)
include(../../cmake/CPM.cmake)
CPMAddPackage("gh:ericniebler/range-v3#0.11.0")
CPMAddPackage("gh:ericniebler/range-v3#0.12.0")
# ---- Executable ----