summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSandy Harvie <charvie@psdtechnologies.com>2021-05-20 19:37:31 (GMT)
committerSandy Harvie <charvie@psdtechnologies.com>2021-05-20 19:37:31 (GMT)
commit7da3ab4bec3e38651ce53d660746d2b9d144d6de (patch)
tree983944fd28ad51d6fb9cab045027000a301f0f7e /build
parent7a966c1511816b53ac93aa2f2a2ff97e036a4a60 (diff)
downloadlz4-7da3ab4bec3e38651ce53d660746d2b9d144d6de.zip
lz4-7da3ab4bec3e38651ce53d660746d2b9d144d6de.tar.gz
lz4-7da3ab4bec3e38651ce53d660746d2b9d144d6de.tar.bz2
bump CMake minimum required version to 2.8.12
Diffstat (limited to 'build')
-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