You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think catkin_simple should find_package<buildtool_depends>, not just <build_depends>? Or do I misunderstand how buildtool_depends is meant to be used.
In my case I have a package that adds some cmake macros (similar to catkin_simple itself) which I use in the CMakeLists.txt of a package that buildtool-depends on that cmake-macro-package. My current workaround is to specify it as build-depend instead.
The text was updated successfully, but these errors were encountered:
I think catkin_simple should
find_package
<buildtool_depends>
, not just<build_depends>
? Or do I misunderstand howbuildtool_depends
is meant to be used.In my case I have a package that adds some cmake macros (similar to catkin_simple itself) which I use in the
CMakeLists.txt
of a package that buildtool-depends on that cmake-macro-package. My current workaround is to specify it as build-depend instead.The text was updated successfully, but these errors were encountered: