From fd663f34f5e4a223ade97c67d0dfbe161240c953 Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Wed, 6 Oct 2010 09:27:57 +0200 Subject: [PATCH] fixed syntax error from commit bd5b2724 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.22.0