mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +08:00
Fixed the unit test splitting for MSVC.
This commit is contained in:
parent
ee60fc2062
commit
9bbaff6b41
@ -88,6 +88,7 @@ else()
|
|||||||
set(CMAKE_BUILD_TYPE "Release")
|
set(CMAKE_BUILD_TYPE "Release")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
string(TOLOWER "${CMAKE_GENERATOR}" cmake_generator_tolower)
|
||||||
if(cmake_generator_tolower MATCHES "makefile" AND NOT MSVC_IDE)
|
if(cmake_generator_tolower MATCHES "makefile" AND NOT MSVC_IDE)
|
||||||
option(EIGEN_SPLIT_LARGE_TESTS "Split large tests into smaller executables" ON)
|
option(EIGEN_SPLIT_LARGE_TESTS "Split large tests into smaller executables" ON)
|
||||||
else()
|
else()
|
||||||
@ -306,7 +307,6 @@ message("")
|
|||||||
message("Configured Eigen ${EIGEN_VERSION_NUMBER}")
|
message("Configured Eigen ${EIGEN_VERSION_NUMBER}")
|
||||||
message("")
|
message("")
|
||||||
|
|
||||||
string(TOLOWER "${CMAKE_GENERATOR}" cmake_generator_tolower)
|
|
||||||
if(cmake_generator_tolower MATCHES "makefile")
|
if(cmake_generator_tolower MATCHES "makefile")
|
||||||
message("Some things you can do now:")
|
message("Some things you can do now:")
|
||||||
message("--------------+----------------------------------------------------------------")
|
message("--------------+----------------------------------------------------------------")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user