[build] cmake: add wpinet dependency to cscore-config.cmake (#6242)

Attempting to build with cscore results in the project being unable to find wpinet unless explicitly found with `find_package` earlier.
This commit is contained in:
swirl
2024-01-19 20:34:36 -08:00
committed by GitHub
parent 1330235918
commit 370126db38

View File

@@ -1,6 +1,7 @@
include(CMakeFindDependencyMacro)
@FILENAME_DEP_REPLACE@
@WPIUTIL_DEP_REPLACE@
@WPINET_DEP_REPLACE@
find_dependency(OpenCV)
@FILENAME_DEP_REPLACE@