bondcpp: add missing cmake-modules dependency
Since version 1.7.15, the bondcpp package needs the cmake_modules
package. The dependency was added with this commit:
f4265d6b28
This issue was reported by Gauthier Monserand (simkim -at- simkim.net).
This commit is contained in:
parent
357b782c43
commit
325cc99045
|
@ -3,6 +3,6 @@ SECTION = "devel"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "bond boost roscpp smclib"
|
||||
DEPENDS = "bond boost cmake-modules roscpp smclib"
|
||||
|
||||
require bond-core.inc
|
||||
|
|
Loading…
Reference in New Issue