mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] cmake: Fix libssh search on windows (#7081)
This uses the package config files provided by libssh rather than the module file.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"opencv",
|
||||
"fmt",
|
||||
"libuv",
|
||||
"protobuf"
|
||||
"protobuf",
|
||||
"libssh"
|
||||
],
|
||||
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user