File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,17 +92,17 @@ find_package(PkgConfig REQUIRED)
9292
9393# OpenCV
9494find_package (PkgConfig REQUIRED)
95- pkg_check_modules(OpenCV REQUIRED IMPORTED_TARGET STATIC opencv4)
95+ pkg_check_modules(OpenCV REQUIRED IMPORTED_TARGET_STATIC opencv4)
9696target_link_libraries (Kinect_supernova PkgConfig::OpenCV)
9797target_link_libraries (Kinect_scsynth PkgConfig::OpenCV)
9898
9999# Freenect
100- pkg_check_modules(Freenect REQUIRED IMPORTED_TARGET STATIC freenect2)
100+ pkg_check_modules(Freenect REQUIRED IMPORTED_TARGET_STATIC freenect2)
101101target_link_libraries (Kinect_supernova PkgConfig::Freenect)
102102target_link_libraries (Kinect_scsynth PkgConfig::Freenect)
103103
104104# GFlags
105- pkg_check_modules(GFlags REQUIRED IMPORTED_TARGET STATIC gflags)
105+ pkg_check_modules(GFlags REQUIRED IMPORTED_TARGET_STATIC gflags)
106106target_link_libraries (Kinect_supernova PkgConfig::GFlags)
107107target_link_libraries (Kinect_scsynth PkgConfig::GFlags)
108108
You can’t perform that action at this time.
0 commit comments