Skip to content

Commit

Permalink
Bump required cmake to 3.14
Browse files Browse the repository at this point in the history
This should have gone in to AcademySoftwareFoundation#1624 since `file(CREATE_LINK)` requires
CMake 3.14.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Feb 22, 2024
1 parent 222bc3d commit e4f42ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(<Package>) to use <Package>_ROOT as a hint
Expand Down
2 changes: 1 addition & 1 deletion website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4f42ed

Please sign in to comment.