mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ros/test_tf2: Always enable CATKIN_ENABLE_TESTING as the package has no targets which upsets ninja, bug #562552. Thanks to Michael Palimaka (kensington) for the hint.
Package-Manager: portage-2.2.23
This commit is contained in:
@@ -30,8 +30,6 @@ DEPEND="
|
||||
sci-libs/orocos_kdl
|
||||
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
|
||||
dev-libs/boost:=[threads]
|
||||
test? ( dev-cpp/gtest )"
|
||||
dev-cpp/gtest"
|
||||
|
||||
src_install() {
|
||||
:
|
||||
}
|
||||
mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
|
||||
@@ -30,8 +30,6 @@ DEPEND="
|
||||
sci-libs/orocos_kdl
|
||||
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
|
||||
dev-libs/boost:=[threads]
|
||||
test? ( dev-cpp/gtest )"
|
||||
dev-cpp/gtest"
|
||||
|
||||
src_install() {
|
||||
:
|
||||
}
|
||||
mycatkincmakeargs=( "-DCATKIN_ENABLE_TESTING=ON" )
|
||||
|
||||
Reference in New Issue
Block a user