more MSVC cmake fixes

This commit is contained in:
Gael Guennebaud
2008-12-17 18:37:04 +00:00
parent 4cb63808d4
commit 6e138d0069
5 changed files with 38 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ namespace Eigen
#define EI_PP_CAT2(a,b) a ## b
#define EI_PP_CAT(a,b) EI_PP_CAT2(a,b)
#define EIGEN_NO_EXCEPTIONS // disabling throwing assertions on bad alloc -- somehow makes the tests crawl
//#define EIGEN_NO_EXCEPTIONS // disabling throwing assertions on bad alloc -- somehow makes the tests crawl
#ifndef EIGEN_NO_ASSERTION_CHECKING