Skip to content

Bump min cmake version to 3.5 #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion image_recognition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition)
find_package(catkin REQUIRED)
catkin_metapackage()
2 changes: 1 addition & 1 deletion image_recognition_age_gender/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_age_gender)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_analysis)

find_package(catkin REQUIRED COMPONENTS)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_color_extractor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_color_extractor)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_face_recognition/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_face_recognition)


Expand Down
2 changes: 1 addition & 1 deletion image_recognition_footwear/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_footwear)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_jetson/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_jetson)

## Compile as C++11, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_msgs)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_openface/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_openface)

find_package(catkin REQUIRED COMPONENTS)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_openpose/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_openpose)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_rqt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_rqt)

## Find catkin macros and libraries
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_segment_anything/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_segment_anything)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_skybiometry/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_skybiometry)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_tensorflow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_tensorflow)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_tensorflow_rqt/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_tensorflow_rqt)

find_package(catkin REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion image_recognition_util/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.2)
cmake_minimum_required(VERSION 3.5)
project(image_recognition_util)

find_package(catkin REQUIRED COMPONENTS)
Expand Down