Skip to content

Commit eba00a0

Browse files
committed
CMakeLists.txt reportedly fails with 3.17 but seems to work with 3.20, 3.21, 3.22
1 parent 3e89ab8 commit eba00a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# Roger B. Dannenberg (and others)
33
# Sep 2009 - 2021
44

5-
cmake_minimum_required(VERSION 3.12)
5+
cmake_minimum_required(VERSION 3.21)
66
# (ALSA::ALSA new in 3.12 and used in pm_common/CMakeLists.txt)
7+
# Some Java stuff failed on 3.17 but works with 3.20+
78

89
# Previously, PortMidi versions were simply SVN commit version numbers.
910
# Versions are now in the form x.y.z

0 commit comments

Comments
 (0)