dbow2: add a dependency on eigen (#21663)

This commit is contained in:
h-denpo
2021-02-26 18:19:03 +09:00
committed by GitHub
parent e88fc38cfe
commit 19d34b0afa

View File

@@ -19,3 +19,4 @@ class Dbow2(CMakePackage):
depends_on('opencv+calib3d+core+features2d+highgui+imgproc')
depends_on('boost')
depends_on('dlib')
depends_on('eigen', type='link')