Merge branch 'release-2016'
[alexxy/gromacs.git] / CMakeLists.txt
index 4c264ff2a0dc74b33f5478c5985e203a594f5a0d..3aa958f4b1eb8bf2fb8918f8d58b9c05e7d059d9 100644 (file)
@@ -333,6 +333,11 @@ gmx_c_flags()
 
 # This variable should be used for additional compiler flags which are not
 # generated in gmxCFlags nor are SIMD or MPI related.
+#
+# TODO These variables should be consolidated into
+# EXTRA_COMPILER_FLAGS so that we we don't perpetrate bugs where
+# things that work in C compilation (e.g. merging from old branches)
+# also work for C++ compilation.
 set(EXTRA_C_FLAGS "")
 set(EXTRA_CXX_FLAGS "")