mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed bug #74.
This commit is contained in:
@@ -88,7 +88,11 @@ else()
|
||||
set(CMAKE_BUILD_TYPE "Release")
|
||||
endif()
|
||||
|
||||
option(EIGEN_SPLIT_LARGE_TESTS "Split large tests into smaller executables" ON)
|
||||
if(cmake_generator_tolower MATCHES "makefile" AND NOT MSVC_IDE)
|
||||
option(EIGEN_SPLIT_LARGE_TESTS "Split large tests into smaller executables" ON)
|
||||
else()
|
||||
option(EIGEN_SPLIT_LARGE_TESTS "Split large tests into smaller executables" OFF)
|
||||
endif()
|
||||
|
||||
option(EIGEN_DEFAULT_TO_ROW_MAJOR "Use row-major as default matrix storage order" OFF)
|
||||
if(EIGEN_DEFAULT_TO_ROW_MAJOR)
|
||||
|
||||
Reference in New Issue
Block a user