mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] CMake: Fix find_package(wpilib) calls when some libraries are missing (#6784)
This commit is contained in:
@@ -12,10 +12,8 @@ find_dependency(Threads)
|
||||
@NTCORE_DEP_REPLACE@
|
||||
@WPILIBC_DEP_REPLACE@
|
||||
@WPILIBNEWCOMMANDS_DEP_REPLACE@
|
||||
@WPILIBJ_DEP_REPLACE@
|
||||
@WPIMATH_DEP_REPLACE@
|
||||
@WPINET_DEP_REPLACE@
|
||||
@WPIUNITS_DEP_REPLACE@
|
||||
@WPIUTIL_DEP_REPLACE@
|
||||
if(@WITH_JAVA@)
|
||||
@WPILIBJ_DEP_REPLACE@
|
||||
@WPIUNITS_DEP_REPLACE@
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user