diff --git a/CMakeLists.txt b/CMakeLists.txt index db8994cac0..9a773486bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) Contributors to the OpenEXR Project. # We require this to get object library link library support -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.14) if(POLICY CMP0074) # enable find_package() to use _ROOT as a hint diff --git a/website/install.rst b/website/install.rst index 81273d9ef5..fc40703d31 100644 --- a/website/install.rst +++ b/website/install.rst @@ -81,7 +81,7 @@ Prerequisites Make sure these are installed on your system before building OpenEXR: -* OpenEXR requires CMake version 3.12 or newer +* OpenEXR requires CMake version 3.14 or newer * C++ compiler that supports C++11 * Imath (auto fetched by CMake if not found) (https://github.com/AcademySoftwareFoundation/openexr) * libdeflate source code (auto fetched by CMake if not found) (https://github.com/ebiggers/libdeflate)