Disable test exceptions when using OpenMP.

This commit is contained in:
David Tellenbach 2020-10-09 17:49:07 +02:00
parent 9022f5aa8a
commit 7a8d3d5b81

View File

@ -176,7 +176,7 @@ ei_add_test(constructor)
ei_add_test(linearstructure)
ei_add_test(integer_types)
ei_add_test(unalignedcount)
if(NOT EIGEN_TEST_NO_EXCEPTIONS)
if(NOT EIGEN_TEST_NO_EXCEPTIONS AND NOT EIGEN_TEST_OPENMP)
ei_add_test(exceptions)
endif()
ei_add_test(redux)