diff --git a/doc/generated/CMakeLists.txt b/doc/generated/CMakeLists.txt index 043b69605..427927512 100644 --- a/doc/generated/CMakeLists.txt +++ b/doc/generated/CMakeLists.txt @@ -24,7 +24,8 @@ # DEALINGS IN THE SOFTWARE. # -cmake_minimum_required(VERSION 3.5) +# Matches Corrade requirement, see its root CMakeLists for more information. +cmake_minimum_required(VERSION 3.5...3.10) project(MagnumDocumentationImageGenerator CXX)