13 lines
266 B
Diff
13 lines
266 B
Diff
diff --git a/cmake-exodus b/cmake-exodus
|
|
index 787fd9d..ed073a2 100755
|
|
--- a/cmake-exodus
|
|
+++ b/cmake-exodus
|
|
@@ -1,4 +1,6 @@
|
|
-EXTRA_ARGS=$@
|
|
+#!/bin/bash
|
|
+
|
|
+EXTRA_ARGS=-DSEACASProj_ENABLE_CXX11=OFF
|
|
|
|
### Change this to point to the compilers you want to use
|
|
CC=gcc
|