-
Notifications
You must be signed in to change notification settings - Fork 13
/
UnifiedCvoConfig.cmake.in
21 lines (16 loc) · 2.38 KB
/
UnifiedCvoConfig.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(PCL REQUIRED)
#find_dependency(SuiteParse REQUIRED)
find_dependency(Sophus REQUIRED)
find_dependency(CUDA REQUIRED)
#find_dependency(Eigen3 REQUIRED)
find_dependency(TBB REQUIRED)
find_dependency(Boost REQUIRED COMPONENTS system thread timer chrono)
find_dependency(PCL REQUIRED)
find_dependency(OpenCV REQUIRED)
find_dependency(OpenMP)
#include("${CMAKE_CURRENT_LIST_DIR}/MathFunctionsTargets.cmake")
#check_required_components(MathFunctions)
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake)
check_required_components(@PROJECT_NAME@)