From: Jean-Philippe Bruyère Date: Tue, 11 Jan 2022 10:38:07 +0000 (+0100) Subject: reduce min cmake vers to 3.16 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=41daf55f834aede1698aaa1afae02e2faf22530a;p=jp%2Fvkhelpers.git reduce min cmake vers to 3.16 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b6b9739..a645ad2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.20) +CMAKE_MINIMUM_REQUIRED(VERSION 3.16) OPTION (VKH_BUILD_SHARED_LIB "Build using shared libraries" OFF) OPTION(VKH_ENABLE_VMA "enable Vulkan Memory Allocator" ON)