-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.cmake
17 lines (17 loc) · 951 Bytes
/
package.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(_CATKIN_CURRENT_PACKAGE "catkin")
set(catkin_VERSION "0.6.19")
set(catkin_MAINTAINER "Dirk Thomas <[email protected]>")
set(catkin_PACKAGE_FORMAT "2")
set(catkin_BUILD_DEPENDS "python-empy" "python-argparse" "python-catkin-pkg")
set(catkin_BUILD_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
set(catkin_BUILD_EXPORT_DEPENDS "gtest" "python-empy" "python-nose" "python-argparse" "python-catkin-pkg")
set(catkin_BUILD_EXPORT_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
set(catkin_BUILDTOOL_DEPENDS "cmake")
set(catkin_BUILDTOOL_EXPORT_DEPENDS "cmake")
set(catkin_EXEC_DEPENDS "python-argparse" "python-catkin-pkg")
set(catkin_EXEC_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
set(catkin_RUN_DEPENDS "python-argparse" "python-catkin-pkg" "gtest" "python-empy" "python-nose")
set(catkin_RUN_DEPENDS_python-catkin-pkg_VERSION_GT "0.2.9")
set(catkin_TEST_DEPENDS "python-mock" "python-nose")
set(catkin_DOC_DEPENDS )
set(catkin_DEPRECATED "")