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-07-06 03:31:43 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
e00a0e84c126bb1638b71650df8ebf3e8ce56e87
allwpilib/wpiutil/wpiutil-config.cmake.in

14 lines
285 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] cmake: fix protobuf dependency finding for certain distributions (#5981)
2023-11-30 16:36:41 -05:00
find_dependency(Protobuf)
[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: 117ms 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