Fix numerous nested versus nested_eval shortcomings

This commit is contained in:
Gael Guennebaud
2014-08-01 14:48:22 +02:00
parent fc13b37c55
commit 2a3c3c49a1
4 changed files with 13 additions and 4 deletions

View File

@@ -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")