Requires c++17.
This commit is contained in:
parent
0b1240635b
commit
10d8a665e0
|
@ -13,5 +13,5 @@ You need to install the MVSC redistributable on Windows. https://support.microso
|
||||||
Reference the Github workflow.
|
Reference the Github workflow.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conan install . -i build -s build_type=Release -s compiler.cppstd=14 -s compiler.runtime=static --build=missing
|
conan install . -i build -s build_type=Release -s compiler.cppstd=17 -s compiler.runtime=static --build=missing
|
||||||
```
|
```
|
Loading…
Reference in New Issue