mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Increase minimum supported version to 3.22
This commit is contained in:
parent
3aa5d96e67
commit
06df68c971
4 changed files with 29 additions and 4 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
# ==============================================================================
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
|
||||
project(JUCE VERSION 7.0.6 LANGUAGES C CXX)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue