Skip to content

Commit

Permalink
Downgraded from c++14 to c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Feb 20, 2025
1 parent ee07b7f commit 40d15cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ AC_PROG_AWK
AC_PROG_CPP
AC_PROG_LN_S

# c++14 is required
AX_CXX_COMPILE_STDCXX(14, [ext], [mandatory])
# c++11 is required
AX_CXX_COMPILE_STDCXX(11, [ext], [mandatory])

# Check if the fortran test should be included
AC_MSG_CHECKING([if Fortran test is added])
Expand Down

0 comments on commit 40d15cc

Please sign in to comment.