Skip to content

Commit 5ffc16b

Browse files
committed
increase cmake version
1 parent a86cf34 commit 5ffc16b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required( VERSION 3.0 )
1+
cmake_minimum_required( VERSION 3.24 )
22

33
project( d2m )
44

dicom2mesh/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required( VERSION 3.0 )
1+
cmake_minimum_required( VERSION 3.24 )
22

33
project( dicom2mesh )
44

gui/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0 )
1+
cmake_minimum_required(VERSION 3.24)
22

33
project(dicom2meshgui)
44

lib/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required( VERSION 3.0 )
1+
cmake_minimum_required( VERSION 3.24 )
22

33
project( dicom2meshlib )
44

0 commit comments

Comments
 (0)