From 583f96351758d22606b7e6db66795599e4abcaf6 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 1 Jan 2011 12:02:55 +0100 Subject: make the table fit within 80 characters --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ad8ec5771..c4a0634f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -314,9 +314,9 @@ message(STATUS "") string(TOLOWER "${CMAKE_GENERATOR}" cmake_generator_tolower) if(cmake_generator_tolower MATCHES "makefile") message(STATUS "Some things you can do now:") - message(STATUS "--------------+----------------------------------------------------------------") + message(STATUS "--------------+--------------------------------------------------------------") message(STATUS "Command | Description") - message(STATUS "--------------+----------------------------------------------------------------") + message(STATUS "--------------+--------------------------------------------------------------") message(STATUS "make install | Install to ${CMAKE_INSTALL_PREFIX}. To change that:") message(STATUS " | cmake . -DCMAKE_INSTALL_PREFIX=yourpath") message(STATUS " | Eigen headers will then be installed to:") @@ -327,7 +327,7 @@ if(cmake_generator_tolower MATCHES "makefile") message(STATUS "make check | Build and run the unit-tests. Read this page:") message(STATUS " | http://eigen.tuxfamily.org/index.php?title=Tests") message(STATUS "make blas | Build BLAS library (not the same thing as Eigen)") - message(STATUS "--------------+----------------------------------------------------------------") + message(STATUS "--------------+--------------------------------------------------------------") else() message(STATUS "To build/run the unit tests, read this page:") message(STATUS " http://eigen.tuxfamily.org/index.php?title=Tests") -- cgit v1.2.3