Skip to content

Commit d02e764

Browse files
committed
Bump min cmake version to 3.5
1 parent 290f9ad commit d02e764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depthimage_to_navscan/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(depthimage_to_navscan)
33

44
add_compile_options(-Wall -Werror=all)

depthimage_to_navscan_rgbd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(depthimage_to_navscan_rgbd)
33

44
add_compile_options(-Wall -Werror=all)

0 commit comments

Comments
 (0)