From a255336e4fa3e01f71db96b72f5ced4c200c341c Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Sat, 28 Nov 2009 02:42:05 +0100 Subject: [PATCH] fix doc --- blas/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blas/README.txt b/blas/README.txt index 466a6751c..07a8bd92a 100644 --- a/blas/README.txt +++ b/blas/README.txt @@ -4,4 +4,6 @@ This directory contains a BLAS library built on top of Eigen. This is currently a work in progress which is far to be ready for use, but feel free to contribute to it if you wish. -If you want to compile it, set the cmake variable EIGEN_BUILD_BLAS to "on". +This module is not built by default. In order to compile it, you need to +type 'make blas' from within your build dir. +