Skip to content

Commit e6d463d

Browse files
author
Morgan Armand
committed
[Build] Bump cmake minimum version to 3.24, required for CMP0135 policy support
1 parent 15a999e commit e6d463d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project(GPU-Reshape)
2828

2929
# Requirements
30-
cmake_minimum_required(VERSION 3.17)
30+
cmake_minimum_required(VERSION 3.24)
3131

3232
# Policies
3333
cmake_policy(SET CMP0135 NEW)

0 commit comments

Comments
 (0)