Logo
Explore Help
Register Sign In
Team2890/allwpilib
4
0
Fork 0
You've already forked allwpilib
mirror of https://github.com/wpilibsuite/allwpilib synced 2026-06-19 00:41:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
0662a788924c117e569e662b000ab61e6ecc5ffd
allwpilib/wpiutil/wpiutil-config.cmake.in

13 lines
259 B
CMake
Raw Normal View History

Replace crlf line endings with lf (#1731)
2019-06-28 23:55:14 -04:00
include(CMakeFindDependencyMacro)
@FILENAME_DEP_REPLACE@
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_dependency(Threads)
[build] Fix CMake system library opt-ins (#4487) -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.
2022-10-20 19:47:12 -07:00
@FMTLIB_SYSTEM_REPLACE@
Replace crlf line endings with lf (#1731)
2019-06-28 23:55:14 -04:00
[build] Fix cmake config files (#5624)
2023-09-11 22:27:00 +02:00
if(@USE_SYSTEM_FMTLIB@)
find_dependency(fmt)
endif()
[build] Fix cmake-config files (#2865) In the cmake config files, SELF_DIR was being overwritten and was therefore incorrect. This also adds wpimath as a dependency to wpilibc.
2020-11-16 00:38:55 -06:00
@FILENAME_DEP_REPLACE@
Replace crlf line endings with lf (#1731)
2019-06-28 23:55:14 -04:00
include(${SELF_DIR}/wpiutil.cmake)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 231ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API