diff --git a/CMakeLists.txt b/CMakeLists.txt index 419aac3..b6a2758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ # # Minimum requirement is probably much lower, but lets say 3.0 for now. -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.10) # Main project name project(pplatex) diff --git a/README.md b/README.md index 0734b0d..b9ecbca 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ You can build either with SCons or CMake. - SCons (>= 1.2.0) http://www.scons.org/ -- CMake (>= 3.0) +- CMake (>= 3.10) http://www.cmake.org/