summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2021-06-25 09:48:22 (GMT)
committerGitHub <noreply@github.com>2021-06-25 09:48:22 (GMT)
commite3082cd890a4afc33af3d6f2c90e7fb151a4247d (patch)
treeb31b8b9cd030d9c202cd332764f807bc02090c76
parent4f0c7e45c54b7b7e42c16defb764a01129d4a0a8 (diff)
parent7da3ab4bec3e38651ce53d660746d2b9d144d6de (diff)
downloadlz4-e3082cd890a4afc33af3d6f2c90e7fb151a4247d.zip
lz4-e3082cd890a4afc33af3d6f2c90e7fb151a4247d.tar.gz
lz4-e3082cd890a4afc33af3d6f2c90e7fb151a4247d.tar.bz2
Merge pull request #980 from sandyharvie/dev
Fix issue #979
-rw-r--r--build/cmake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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