fixed syntax error from commit bd5b2724
authorSzilard Pall <pszilard@cbr.su.se>
Wed, 6 Oct 2010 07:27:57 +0000 (09:27 +0200)
committerSzilard Pall <pszilard@cbr.su.se>
Wed, 6 Oct 2010 07:27:57 +0000 (09:27 +0200)
CMakeLists.txt

index 438e588a0ccfd9599fbffee29c05663af3246afc..0ab034cd6c3c44cc682abe7bcf8a8c2a4c88e146 100644 (file)
@@ -564,7 +564,7 @@ endif(${GMX_ACCELERATION} STREQUAL "NONE")
 
 if(GMX_FORTRAN)
     if (GMX_THREADS)
-        message(WARNING "FORTRAN is incompatible with threads and only provides a speed-up on certain IBM compilers. Disable FORTRAN (or threads if you really want to use FORTRAN kernels)."
+        message(WARNING "FORTRAN is incompatible with threads and only provides a speed-up on certain IBM compilers. Disable FORTRAN (or threads if you really want to use FORTRAN kernels).")
     endif()
 endif()