Skip to content

Commit

Permalink
dev-ros/test_tf2: Always enable CATKIN_ENABLE_TESTING as the package …
Browse files Browse the repository at this point in the history
…has no targets which upsets ninja, bug #562552. Thanks to Michael Palimaka (kensington) for the hint.

Package-Manager: portage-2.2.23
  • Loading branch information
aballier committed Oct 9, 2015
1 parent 0ea031b commit b4da2ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
6 changes: 2 additions & 4 deletions dev-ros/test_tf2/test_tf2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )

0 comments on commit b4da2ef

Please sign in to comment.