[TEST][CMAKE] removed the find eigen library

This commit is contained in:
kallore 2025-05-20 15:21:48 +02:00
parent a0a5a197e8
commit 2cb2724bcd

View file

@ -9,7 +9,6 @@ rotgen_setup_test_targets()
##====================================================================================================================== ##======================================================================================================================
## Compiler options for Unit Tests ## Compiler options for Unit Tests
##====================================================================================================================== ##======================================================================================================================
find_package (Eigen3 3.4 REQUIRED NO_MODULE)
add_library(rotgen_test INTERFACE) add_library(rotgen_test INTERFACE)
target_compile_options(rotgen_test INTERFACE -std=c++20 -Werror -Wall -Wextra -Wshadow -Wunused-variable) 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) target_include_directories( rotgen_test INTERFACE ${PROJECT_SOURCE_DIR}/test)