Skip to content

Commit d973b80

Browse files
Fix codecov build using ros_industrial_cmake_boilerplate 0.3.1
1 parent 62bb7c2 commit d973b80

File tree

6 files changed

+3
-27
lines changed

6 files changed

+3
-27
lines changed

dependencies.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

dependencies_with_ext.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

tesseract_collision/core/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ target_compile_options(${PROJECT_NAME}_test_suite INTERFACE ${TESSERACT_COMPILE_
4343
target_compile_definitions(${PROJECT_NAME}_test_suite INTERFACE ${TESSERACT_COMPILE_DEFINITIONS})
4444
target_cxx_version(${PROJECT_NAME}_test_suite INTERFACE VERSION ${TESSERACT_CXX_VERSION})
4545
target_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})
5246
target_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
5953
target_compile_options(${PROJECT_NAME}_test_suite_benchmarks INTERFACE ${TESSERACT_COMPILE_OPTIONS_PUBLIC})
6054
target_cxx_version(${PROJECT_NAME}_test_suite_benchmarks INTERFACE VERSION ${TESSERACT_CXX_VERSION})
6155
target_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})
6856
target_include_directories(
6957
${PROJECT_NAME}_test_suite_benchmarks INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
7058
"$<INSTALL_INTERFACE:include>")

tesseract_geometry/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ target_clang_tidy(${PROJECT_NAME} ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
9090
target_cxx_version(${PROJECT_NAME} PUBLIC VERSION ${TESSERACT_CXX_VERSION})
9191
target_code_coverage(
9292
${PROJECT_NAME}
93-
INTERFACE
93+
PRIVATE
9494
ALL
9595
EXCLUDE ${COVERAGE_EXCLUDE}
9696
ENABLE ${TESSERACT_ENABLE_CODE_COVERAGE})

tesseract_kinematics/ikfast/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ target_compile_options(${PROJECT_NAME}_ikfast INTERFACE ${TESSERACT_COMPILE_OPTI
66
target_compile_definitions(${PROJECT_NAME}_ikfast INTERFACE ${TESSERACT_COMPILE_DEFINITIONS})
77
target_clang_tidy(${PROJECT_NAME}_ikfast ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
88
target_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})
159
target_include_directories(${PROJECT_NAME}_ikfast INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
1610
"$<INSTALL_INTERFACE:include>")
1711

tesseract_state_solver/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ target_compile_options(${PROJECT_NAME}_core INTERFACE ${TESSERACT_COMPILE_OPTION
5353
target_compile_definitions(${PROJECT_NAME}_core INTERFACE ${TESSERACT_COMPILE_DEFINITIONS})
5454
target_clang_tidy(${PROJECT_NAME}_core ENABLE ${TESSERACT_ENABLE_CLANG_TIDY})
5555
target_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})
6256
target_include_directories(${PROJECT_NAME}_core INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
6357
"$<INSTALL_INTERFACE:include>")
6458

0 commit comments

Comments
 (0)