From: Szilard Pall Date: Wed, 6 Oct 2010 07:27:57 +0000 (+0200) Subject: fixed syntax error from commit bd5b2724 X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=fd663f34f5e4a223ade97c67d0dfbe161240c953;p=alexxy%2Fgromacs.git fixed syntax error from commit bd5b2724 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 438e588a0c..0ab034cd6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()