Skip to content

Commit

Permalink
Autoconf: require, and default to, C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Feb 19, 2022
1 parent 2f29c5b commit fe078ba
Show file tree
Hide file tree
Showing 2 changed files with 1,006 additions and 0 deletions.
1 change: 1 addition & 0 deletions DeviceAdapters/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ LT_INIT([disable-static])

AC_PROG_CC([cc gcc clang])
AC_PROG_CXX([c++ g++ clang++])
AX_CXX_COMPILE_STDCXX([14], [noext])

MM_GMOCK([$srcdir/../testing/googletest], [\$(top_srcdir)/../testing/googletest])
AM_CONDITIONAL([BUILD_CPP_TESTS], [test "x$have_gmock" = xyes])
Expand Down
Loading

0 comments on commit fe078ba

Please sign in to comment.