Move GMX_CXX11 to config.h
[alexxy/gromacs.git] / src / config.h.cmakein
index c0fe73d85ed430207effd2dd2103855fd67a4e45..b1397b5c595d713f640dc6fdd6b2e56df19aefc5 100644 (file)
@@ -93,6 +93,9 @@
 /* Target platform is BlueGene/Q */
 #cmakedefine GMX_TARGET_BGQ
 
+/** Define if we have sufficient C++11 support */
+#cmakedefine GMX_CXX11
+
 /* GCC bug in AVX maskload/maskstore arguments - worked around internally */
 #cmakedefine GMX_SIMD_X86_AVX_GCC_MASKLOAD_BUG