Skip to content

Commit c34453a

Browse files
committed
PPA Ubuntu 22.04 support
1 parent 3b6d9e1 commit c34453a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
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.24 )
1+
cmake_minimum_required( VERSION 3.22 )
22

33
project( d2m )
44

debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
dicom2mesh (0.820-0ppa0~noble) noble; urgency=low
1+
dicom2mesh (0.822-0ppa0~jammy) jammy; urgency=low
22

3+
* Downgrade cmake version for jammy
34
* Try to fix linking error libjawt
45
* Fix more linking errors
56

dicom2mesh/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.24 )
1+
cmake_minimum_required( VERSION 3.22 )
22

33
project( dicom2mesh )
44

gui/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 )
1+
cmake_minimum_required(VERSION 3.22 )
22

33
project(dicom2meshgui)
44

lib/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.24 )
1+
cmake_minimum_required( VERSION 3.22 )
22

33
project( dicom2meshlib )
44

0 commit comments

Comments
 (0)