Skip to content
Snippets Groups Projects
Commit e233d75b authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

configure.ac: changed stdcxx14 to stdcxx17.

parent 12788717
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ AM_PROG_CC_C_O
AC_PROG_CXX
AC_PROG_F77
AC_C_RESTRICT
AX_CXX_COMPILE_STDCXX(14)
AX_CXX_COMPILE_STDCXX(17)
AC_OPENMP
AC_CHECK_TOOL([AR],[ar],[:])
AC_CHECK_TOOL([CPP],[cpp],[:])
......
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