Merge branch release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / CMakeLists.txt
index 30e2a6802a908586c0b917c2581b006be5429c01..cfd23d4cf82f87d2152853111238494335ebe72a 100644 (file)
@@ -105,6 +105,7 @@ if (GMX_GIT_VERSION_INFO)
 endif ()
 
 if(GMX_BUILD_OWN_FFTW)
+    # Only needed for cmake 2.8.7, otherwise this should be automatic
     # This dependency has to be made here rather than the CMakeLists.txt that
     # does the FFTW build, because of the order in which
     # add_subdirectory() calls are made in the top-level CMakeLists.txt; the