Skip to content

Commit

Permalink
Upgrade minimum CMake version to 3.0.2 to avoid author warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt committed Mar 30, 2021
1 parent c681ade commit 9875387
Show file tree
Hide file tree
Showing 37 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Schweizer-Messer/numpy_eigen/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(numpy_eigen)

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

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

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

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

find_package(catkin REQUIRED COMPONENTS cmake_modules sm_common sm_random)
Expand Down
2 changes: 1 addition & 1 deletion Schweizer-Messer/sm_kinematics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(sm_kinematics)

find_package(catkin REQUIRED COMPONENTS cmake_modules sm_common sm_eigen sm_boost sm_random)
Expand Down
2 changes: 1 addition & 1 deletion Schweizer-Messer/sm_logging/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(sm_logging)

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

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

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

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

#catkin_python_setup()
Expand Down
2 changes: 1 addition & 1 deletion Schweizer-Messer/sm_random/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(sm_random)

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

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

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

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

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

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

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

find_package(catkin_simple REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion aslam_cv/aslam_cv_serialization/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(aslam_cv_serialization)

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

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

find_package(catkin_simple REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(incremental_calibration)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/../cmake/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(incremental_calibration_python)

find_package(catkin_simple REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(aslam_splines)

find_package(catkin_simple REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(aslam_splines_python)

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

find_package(catkin_simple REQUIRED)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(bsplines_python)

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

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

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

include_directories(include ${catkin_INCLUDE_DIRS})
Expand Down
2 changes: 1 addition & 1 deletion aslam_optimizer/aslam_backend_python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(aslam_backend_python)

find_package(catkin_simple REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion aslam_optimizer/sparse_block_matrix/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)

# This helps find the TBB library
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../cmake")
Expand Down
2 changes: 1 addition & 1 deletion catkin_simple/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(catkin_simple)

find_package(catkin REQUIRED)
Expand Down
4 changes: 2 additions & 2 deletions catkin_simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This `catkin` package is designed to make the `CMakeLists.txt` of other `catkin`
Here is an example of a package `foo` which depends on other catkin packages:

```cmake
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(foo)
find_package(catkin_simple REQUIRED)
Expand All @@ -31,7 +31,7 @@ Lets break this down, line by line.
First is the standard CMake header:

```cmake
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(foo)
```

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

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

set(CMAKE_BUILD_TYPE Release)
Expand Down

0 comments on commit 9875387

Please sign in to comment.