From f1d3ec6c4f1fcc720bece3eaa69f6553897163d4 Mon Sep 17 00:00:00 2001 From: redtide Date: Wed, 24 May 2023 09:56:43 +0200 Subject: [PATCH] Update to CMake 3.13 as in library --- CMakeLists.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d1c584..82b16d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,13 +2,7 @@ if(WIN32) cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) else() - # FIXME: The old JPC fork of mod-plugin-builder image used in CI requires 3.5. - # 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) + cmake_minimum_required(VERSION 3.13) endif() # The project was splitted in 2 repositories: