mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
-DUSE_SYSTEM_EIGEN now only removes include paths for Eigen instead of drake as well. The USE_VCPKG flags were renamed to USE_SYSTEM since they seem general enough for that to work (the find_package() commands work the same way on Arch). The system libuv CMake build now works with Linux libuv as well.
9 lines
201 B
CMake
9 lines
201 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
@FMTLIB_SYSTEM_REPLACE@
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/wpiutil.cmake)
|