mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix numerous nested versus nested_eval shortcomings
This commit is contained in:
@@ -251,8 +251,6 @@ ei_add_test(dense_storage)
|
||||
|
||||
# # ei_add_test(denseLM)
|
||||
|
||||
if(NOT EIGEN_TEST_EVALUATORS)
|
||||
|
||||
if(QT4_FOUND)
|
||||
ei_add_test(qtvector "" "${QT_QTCORE_LIBRARY}")
|
||||
endif(QT4_FOUND)
|
||||
@@ -285,8 +283,6 @@ if(METIS_FOUND)
|
||||
ei_add_test(metis_support "" "${METIS_LIBRARIES}")
|
||||
endif()
|
||||
|
||||
endif(NOT EIGEN_TEST_EVALUATORS)
|
||||
|
||||
string(TOLOWER "${CMAKE_CXX_COMPILER}" cmake_cxx_compiler_tolower)
|
||||
if(cmake_cxx_compiler_tolower MATCHES "qcc")
|
||||
set(CXX_IS_QCC "ON")
|
||||
|
||||
Reference in New Issue
Block a user