You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ $as_echo"$as_me:${as_lineno-$LINENO}: WARNING: C++14 mode is now force enabled. The C++ mode should match the mode that other libraries were built with, otherwise you'll likely get linking errors.">&5
5678
+
$as_echo"$as_me: WARNING: C++14 mode is now force enabled. The C++ mode should match the mode that other libraries were built with, otherwise you'll likely get linking errors.">&2;}
AC_MSG_WARN([C++14 mode is now force enabled. The C++ mode should match the mode that other libraries were built with, otherwise you'll likely get linking errors.])],
238
236
[AC_MSG_RESULT([yes])
239
237
AC_MSG_ERROR([The compiler supports C++14 but the user or a dependency has explicitly enabled a lower mode.])])],
240
238
[AC_MSG_RESULT([no])
241
239
AC_MSG_ERROR([A compiler supporting C++14 is required.])])
242
240
])
241
+
CXXFLAGS="$TMP_CXXFLAGS"
243
242
244
243
# These are required because autoconf doesn't expand these **particular**
245
244
# vars automatically. And qmake cannot autoexpand them.
0 commit comments