dbow2: add a dependency on eigen (#21663)
This commit is contained in:
parent
e88fc38cfe
commit
19d34b0afa
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue