finally, the right fix: set CTEST_BUILD_TARGET.

So this is the come-back of btest target, and the default target is empty again.
This commit is contained in:
Benoit Jacob
2009-10-04 20:27:44 -04:00
parent 7956fc49a0
commit b78b2ede5f
5 changed files with 10 additions and 22 deletions

View File

@@ -4,11 +4,9 @@ Installation instructions for Eigen
Explanation before starting
***************************
It is very important to understand that Eigen consists only of header files,
hence there is nothing to compile before you can use it. Moreover, these
header files do not depend on your platform, they are the same for
everybody.
Eigen consists only of header files, hence there is nothing to compile
before you can use it. Moreover, these header files do not depend on your
platform, they are the same for everybody.
Method 1. Installing without using CMake
****************************************