Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 1 | include(CMakeFindDependencyMacro) |
2 | @FILENAME_DEP_REPLACE@ | ||||
3 | @WPIUTIL_DEP_REPLACE@ | ||||
4 | |||||
James Kuszmaul | b13e13f | 2023-11-22 20:44:04 -0800 | [diff] [blame^] | 5 | if(@USE_SYSTEM_EIGEN@) |
6 | find_dependency(Eigen3) | ||||
7 | endif() | ||||
8 | |||||
Austin Schuh | 812d0d1 | 2021-11-04 20:16:48 -0700 | [diff] [blame] | 9 | @FILENAME_DEP_REPLACE@ |
Austin Schuh | 1e69f94 | 2020-11-14 15:06:14 -0800 | [diff] [blame] | 10 | include(${SELF_DIR}/wpimath.cmake) |