Skip to content

Commit 526728c

Browse files
committed
set cmake version upper to prepare cmake-4 that requires >=3.5
1 parent eff7d05 commit 526728c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.10)
22
PROJECT( octomap-distribution )
33

44
ENABLE_TESTING() # enable CTest environment of subprojects

dynamicEDT3D/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.5)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
22
PROJECT(dynamicEDT3D)
33

44
include(CTest)

octomap/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.5)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
22
PROJECT( octomap )
33

44
include(CTest)

0 commit comments

Comments
 (0)