Skip to content
Snippets Groups Projects

Remove designator aggregate intialization so code compiles with C++17

Merged Deepak Rangarajan requested to merge rangarad/csg-eb:make_tests_compile_with_cpp17 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ build-img:
-DCMAKE_MODULE_PATH=$PWD/build
-DCMAKE_BUILD_TYPE=Debug
-DCSG_CGAL_ENABLED=${ENABLE_CGAL}
-DCMAKE_CXX_FLAGS="-pedantic"
-DCMAKE_CXX_FLAGS="-pedantic-errors"
- cmake --build build --target unit_tests_csg
- cd build
- ctest
Loading