mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Attempting to build with cscore results in the project being unable to find wpinet unless explicitly found with `find_package` earlier.
12 lines
248 B
CMake
12 lines
248 B
CMake
include(CMakeFindDependencyMacro)
|
|
@FILENAME_DEP_REPLACE@
|
|
@WPIUTIL_DEP_REPLACE@
|
|
@WPINET_DEP_REPLACE@
|
|
find_dependency(OpenCV)
|
|
|
|
@FILENAME_DEP_REPLACE@
|
|
include(${SELF_DIR}/cscore.cmake)
|
|
if(@WITH_JAVA@)
|
|
include(${SELF_DIR}/cscore_jar.cmake)
|
|
endif()
|