From ee83f69c53f1eddc6726bbf8b04041846cf3b4ed Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Mon, 30 May 2011 08:45:06 +0200
Subject: [PATCH] fix "stylo"

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5843b0f10..00054ead6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -214,4 +214,4 @@ message(STATUS
         "   Double Precision (-DUSE_DOUBLE_PRECISION) : ${_DOUBLE_PREC}\n"
         "   Compound Lib             (-DCOMPOUND_LIB) : ${_COMP_LIB}\n"
         "   TMAlign and TMScore   (-DCOMPILE_TMTOOLS) : ${_TM_TOOLS}\n"
-        "   Static Libraries       (-DENABLE_STATIC)  : ${ENABLE_STATIC}")
+        "   Static Libraries        (-DENABLE_STATIC) : ${ENABLE_STATIC}")
-- 
GitLab