Skip to content

Commit

Permalink
CMakeLists.txt reportedly fails with 3.17 but seems to work with 3.20…
Browse files Browse the repository at this point in the history
…, 3.21, 3.22
  • Loading branch information
rbdannenberg committed Jan 3, 2022
1 parent 3e89ab8 commit eba00a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Roger B. Dannenberg (and others)
# Sep 2009 - 2021

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

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

0 comments on commit eba00a0

Please # to comment.