mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
big eigen2support fix, aimed at users who relied on internal eigen2 stuff: now we dont need customizations in test/eigen2/main.h anymore.
These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4
This commit is contained in:
@@ -3,6 +3,7 @@ add_custom_target(check_eigen2 COMMAND "ctest")
|
||||
add_dependencies(check_eigen2 buildtests_eigen2)
|
||||
|
||||
add_definitions("-DEIGEN_NO_EIGEN2_DEPRECATED_WARNINGS")
|
||||
add_definitions("-DEIGEN2_SUPPORT")
|
||||
|
||||
# Macro to add a test
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user