diff options
-rw-r--r-- | build/cmake/CMakeLists.txt | 2 |
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 |