File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5.0)
2- project (tesseract_python)
2+
3+ # Extract package name and version
4+ find_package (cmake_common_scripts REQUIRED)
5+ extract_package_metadata(pkg)
6+ project (${pkg_extracted_name} VERSION ${pkg_extracted_version} )
37
48list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake/" )
59
1923 add_compile_options (/bigobj)
2024endif ()
2125
22- find_package (cmake_common_scripts REQUIRED)
2326find_package (tesseract_motion_planners REQUIRED)
2427find_package (tesseract_common REQUIRED)
2528find_package (tesseract_geometry REQUIRED)
Original file line number Diff line number Diff line change 66 <maintainer email =" wason@wasontech.com" >John Wason</maintainer >
77 <license >Apache 2.0</license >
88 <author >John Wason</author >
9-
9+
10+ <build_depend >cmake_common_scripts</build_depend >
1011 <depend >trajopt</depend >
1112 <depend >tesseract_motion_planners</depend >
1213 <depend >tesseract_common</depend >
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.5.0)
2- project (tesseract_python_viewer)
2+
3+ # Extract package name and version
4+ find_package (cmake_common_scripts REQUIRED)
5+ extract_package_metadata(pkg)
6+ project (${pkg_extracted_name} VERSION ${pkg_extracted_version} )
37
48if (NOT PYTHON_VERSION)
59 set (PYTHON_VERSION $ENV{ROS_PYTHON_VERSION} )
Original file line number Diff line number Diff line change 77 <license >Apache 2.0</license >
88 <author >John Wason</author >
99
10+ <build_depend >cmake_common_scripts</build_depend >
1011 <depend >trajopt</depend >
1112 <depend >tesseract_collision</depend >
1213 <depend >tesseract_motion_planners</depend >
You can’t perform that action at this time.
0 commit comments