Skip to content

Commit

Permalink
Bump required cmake to 3.14 (#373)
Browse files Browse the repository at this point in the history
This should have gone into PR #366, since `file(CREATE_LINK)` was
introduced in cmake 3.14, not sure how it slipped through the CI.

Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Feb 29, 2024
1 parent ffa3d62 commit 195b477
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
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenEXR Project.

cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.14)

if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
Expand Down
2 changes: 1 addition & 1 deletion website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Prerequisites

Make sure these are installed on your system before building Imath:

* Imath requires CMake version 3.12 or newer
* Imath requires CMake version 3.14 or newer
* C++ compiler that supports C++11

The instructions that follow describe building Imath with CMake.
Expand Down

0 comments on commit 195b477

Please sign in to comment.