Skip to content
Snippets Groups Projects
Commit 345708d0 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

pedantic errors

parent 74963457
No related branches found
No related tags found
1 merge request!111Remove designator aggregate intialization so code compiles with C++17
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment