File tree Expand file tree Collapse file tree 6 files changed +3
-27
lines changed
tesseract_kinematics/ikfast Expand file tree Collapse file tree 6 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 11- git:
22 local-name: ros_industrial_cmake_boilerplate
33 uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
4- version: 0.3.0
4+ version: 0.3.1
55- git:
66 local-name: opw_kinematics
77 uri: https://github.com/Jmeyer1292/opw_kinematics.git
Original file line number Diff line number Diff line change 11- git:
22 local-name: ros_industrial_cmake_boilerplate
33 uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
4- version: 0.3.0
4+ version: 0.3.1
55- git:
66 local-name: tesseract_ext
77 uri: https://github.com/ros-industrial-consortium/tesseract_ext.git
Original file line number Diff line number Diff line change @@ -43,12 +43,6 @@ target_compile_options(${PROJECT_NAME}_test_suite INTERFACE ${TESSERACT_COMPILE_
4343target_compile_definitions (${PROJECT_NAME} _test_suite INTERFACE ${TESSERACT_COMPILE_DEFINITIONS} )
4444target_cxx_version(${PROJECT_NAME} _test_suite INTERFACE VERSION ${TESSERACT_CXX_VERSION} )
4545target_clang_tidy(${PROJECT_NAME} _test_suite ENABLE ${TESSERACT_ENABLE_CLANG_TIDY} )
46- target_code_coverage(
47- ${PROJECT_NAME} _test_suite
48- INTERFACE
49- ALL
50- EXCLUDE ${COVERAGE_EXCLUDE}
51- ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE} )
5246target_include_directories (${PROJECT_NAME} _test_suite INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
5347 "$<INSTALL_INTERFACE:include>" )
5448
@@ -59,12 +53,6 @@ target_link_libraries(${PROJECT_NAME}_test_suite_benchmarks INTERFACE Eigen3::Ei
5953target_compile_options (${PROJECT_NAME} _test_suite_benchmarks INTERFACE ${TESSERACT_COMPILE_OPTIONS_PUBLIC} )
6054target_cxx_version(${PROJECT_NAME} _test_suite_benchmarks INTERFACE VERSION ${TESSERACT_CXX_VERSION} )
6155target_clang_tidy(${PROJECT_NAME} _test_suite_benchmarks ENABLE ${TESSERACT_ENABLE_CLANG_TIDY} )
62- target_code_coverage(
63- ${PROJECT_NAME} _test_suite_benchmarks
64- INTERFACE
65- ALL
66- EXCLUDE ${COVERAGE_EXCLUDE}
67- ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE} )
6856target_include_directories (
6957 ${PROJECT_NAME} _test_suite_benchmarks INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
7058 "$<INSTALL_INTERFACE:include>" )
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ target_clang_tidy(${PROJECT_NAME} ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
9090target_cxx_version(${PROJECT_NAME} PUBLIC VERSION ${TESSERACT_CXX_VERSION} )
9191target_code_coverage(
9292 ${PROJECT_NAME}
93- INTERFACE
93+ PRIVATE
9494 ALL
9595 EXCLUDE ${COVERAGE_EXCLUDE}
9696 ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE} )
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ target_compile_options(${PROJECT_NAME}_ikfast INTERFACE ${TESSERACT_COMPILE_OPTI
66target_compile_definitions (${PROJECT_NAME} _ikfast INTERFACE ${TESSERACT_COMPILE_DEFINITIONS} )
77target_clang_tidy(${PROJECT_NAME} _ikfast ENABLE ${TESSERACT_ENABLE_CLANG_TIDY} )
88target_cxx_version(${PROJECT_NAME} _ikfast INTERFACE VERSION ${TESSERACT_CXX_VERSION} )
9- target_code_coverage(
10- ${PROJECT_NAME} _ikfast
11- INTERFACE
12- ALL
13- EXCLUDE ${COVERAGE_EXCLUDE}
14- ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE} )
159target_include_directories (${PROJECT_NAME} _ikfast INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
1610 "$<INSTALL_INTERFACE:include>" )
1711
Original file line number Diff line number Diff line change @@ -53,12 +53,6 @@ target_compile_options(${PROJECT_NAME}_core INTERFACE ${TESSERACT_COMPILE_OPTION
5353target_compile_definitions (${PROJECT_NAME} _core INTERFACE ${TESSERACT_COMPILE_DEFINITIONS} )
5454target_clang_tidy(${PROJECT_NAME} _core ENABLE ${TESSERACT_ENABLE_CLANG_TIDY} )
5555target_cxx_version(${PROJECT_NAME} _core INTERFACE VERSION ${TESSERACT_CXX_VERSION} )
56- target_code_coverage(
57- ${PROJECT_NAME} _core
58- INTERFACE
59- ALL
60- EXCLUDE ${COVERAGE_EXCLUDE}
61- ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE} )
6256target_include_directories (${PROJECT_NAME} _core INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR} /include>"
6357 "$<INSTALL_INTERFACE:include>" )
6458
You can’t perform that action at this time.
0 commit comments