[TEST][CMAKE] removed the find eigen library
This commit is contained in:
parent
a0a5a197e8
commit
2cb2724bcd
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ rotgen_setup_test_targets()
|
|||
##======================================================================================================================
|
||||
## Compiler options for Unit Tests
|
||||
##======================================================================================================================
|
||||
find_package (Eigen3 3.4 REQUIRED NO_MODULE)
|
||||
add_library(rotgen_test INTERFACE)
|
||||
target_compile_options(rotgen_test INTERFACE -std=c++20 -Werror -Wall -Wextra -Wshadow -Wunused-variable)
|
||||
target_include_directories( rotgen_test INTERFACE ${PROJECT_SOURCE_DIR}/test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue