Skip to content

Commit 49496e2

Browse files
Merge pull request #51 from moarmand/master
[Build] Bump cmake minimum version to 3.24, required for CMP0135 policy support
2 parents 15a999e + e6d463d commit 49496e2

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)