From 7da3ab4bec3e38651ce53d660746d2b9d144d6de Mon Sep 17 00:00:00 2001 From: Sandy Harvie Date: Thu, 20 May 2021 19:37:31 +0000 Subject: bump CMake minimum required version to 2.8.12 --- build/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 57501ee..7ce7be0 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -34,7 +34,7 @@ else() LANGUAGES C) endif() -cmake_minimum_required (VERSION 2.8.6) +cmake_minimum_required (VERSION 2.8.12) # If LZ4 is being bundled in another project, we don't want to # install anything. However, we want to let people override this, so -- cgit v0.12