Skip to content
Snippets Groups Projects
Commit a7604a30 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

don't need to set ENABLE_CXX11 explicitly

parent 6472cbef
Branches
Tags
No related merge requests found
......@@ -3,6 +3,6 @@ makegmsh:
script:
- mkdir build
- cd build
- cmake .. -DENABLE_CXX11=1
- cmake ..
- make -j4
- ctest --output-on-failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment