mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
In the cmake config files, SELF_DIR was being overwritten and was therefore incorrect. This also adds wpimath as a dependency to wpilibc.
10 lines
221 B
CMake
10 lines
221 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
|
find_dependency(Threads)
|
|
@LIBUV_VCPKG_REPLACE@
|
|
@EIGEN_VCPKG_REPLACE@
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/wpiutil.cmake)
|