1
0
Fork 0
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:
reuk 2023-08-22 12:44:38 +01:00
parent 3aa5d96e67
commit 06df68c971
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
4 changed files with 29 additions and 4 deletions

View file

@ -33,7 +33,7 @@
# ==================================================================================================
include_guard(GLOBAL)
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)
# ==================================================================================================

View file

@ -33,7 +33,7 @@
# ==================================================================================================
include_guard(GLOBAL)
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.22)
define_property(TARGET PROPERTY JUCE_COMPANY_NAME INHERITED
BRIEF_DOCS "The company name for a particular target"