Update to CMake 3.13 as in library
This commit is contained in:
parent
cbffb72edb
commit
f1d3ec6c4f
1 changed files with 1 additions and 7 deletions
|
|
@ -2,13 +2,7 @@ if(WIN32)
|
||||||
cmake_minimum_required(VERSION 3.15)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
else()
|
else()
|
||||||
# FIXME: The old JPC fork of mod-plugin-builder image used in CI requires 3.5.
|
cmake_minimum_required(VERSION 3.13)
|
||||||
# The current upstream one needs a different configuration.
|
|
||||||
# Minimum required to use SFIZZ_USE_SYSTEM_ABSEIL is 3.11,
|
|
||||||
# see library/cmake/SfizzDeps.cmake at line 70.
|
|
||||||
# CMake 3.12 supports object libraries, can be used to share a single build
|
|
||||||
# between AU, VST2 and VST3 plugins; also to use project' HOMEPAGE_URL.
|
|
||||||
cmake_minimum_required(VERSION 3.12)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# The project was splitted in 2 repositories:
|
# The project was splitted in 2 repositories:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue