improved MSVC support in cmake files (SSE)

This commit is contained in:
Gael Guennebaud
2008-12-18 09:07:36 +00:00
parent 15d72d3f9a
commit 93f8d56789
3 changed files with 30 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ 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
#ifndef EIGEN_NO_ASSERTION_CHECKING
namespace Eigen