mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Requires c++17.
This commit is contained in:
@@ -13,5 +13,5 @@ You need to install the MVSC redistributable on Windows. https://support.microso
|
||||
Reference the Github workflow.
|
||||
|
||||
```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
|
||||
```
|
||||
Reference in New Issue
Block a user