C++14 --> C++17

This commit is contained in:
Greyson Christoforo 2021-10-24 12:27:37 +01:00
parent c15056259e
commit d14b44c302

View file

@ -78,7 +78,7 @@ build() {
cd FreeCAD cd FreeCAD
cmake -Wno-dev -G Ninja -B build_dir -S . \ cmake -Wno-dev -G Ninja -B build_dir -S . \
-D BUILD_ENABLE_CXX_STD=C++14 \ -D BUILD_ENABLE_CXX_STD=C++17 \
-D BUILD_QT5=ON \ -D BUILD_QT5=ON \
-D BUILD_FEM=ON \ -D BUILD_FEM=ON \
-D BUILD_MESH=ON \ -D BUILD_MESH=ON \