Skip to content

Commit 198054a

Browse files
committed
Fix Foxy building
1 parent 47ace1d commit 198054a

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

examples/zed_aruco_localization/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(ROS2_FOUND)
3636
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
3737
add_definitions(-DFOUND_IRON)
3838
else()
39-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
39+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4040
endif()
4141
else()
4242
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

examples/zed_depth_to_laserscan/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(ROS2_FOUND)
3636
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
3737
add_definitions(-DFOUND_IRON)
3838
else()
39-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
39+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4040
endif()
4141
else()
4242
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

rviz-plugin-zed-od/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tools/zed_benchmark/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tools/zed_benchmark_component/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(ROS2_FOUND)
3636
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
3737
add_definitions(-DFOUND_IRON)
3838
else()
39-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
39+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4040
endif()
4141
else()
4242
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tools/zed_benchmark_interfaces/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(ROS2_FOUND)
3636
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
3737
add_definitions(-DFOUND_IRON)
3838
else()
39-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
39+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4040
endif()
4141
else()
4242
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tutorials/zed_depth_tutorial/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tutorials/zed_multi_camera/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tutorials/zed_pose_tutorial/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tutorials/zed_rgb_convert/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

tutorials/zed_video_tutorial/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

zed_display_rviz2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if(ROS2_FOUND)
3939
#message("* ROS2 ${FOUND_ROS2_DISTRO} is officially supported by this package.")
4040
add_definitions(-DFOUND_IRON)
4141
else()
42-
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by this package. Correct working is not guarantee.")
42+
message("*** WARNING *** ROS2 ${FOUND_ROS2_DISTRO} is not officially supported by the package '${PROJECT_NAME}'. Correct operation is not guaranteed.")
4343
endif()
4444
else()
4545
message("*** WARNING *** ROS2 distro is unknown. This package could not work correctly.")

0 commit comments

Comments
 (0)