Skip to content

Commit 0abdcd5

Browse files
authored
Merge pull request #756 from uyjulian/cmakemaxvercompat
Specify minimum policy version for CMake backwards compatibility
2 parents 88fdeb0 + cc14f0b commit 0abdcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ps2dev.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright (C) 2024-Present PS2DEV Team
88
#
99

10-
cmake_minimum_required(VERSION 3.0)
10+
cmake_minimum_required(VERSION 3.0...3.12)
1111

1212
INCLUDE(CMakeForceCompiler)
1313
if(DEFINED ENV{PS2SDK})

samples/ps2dev_iop.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Copyright (C) 2024-Present PS2DEV Team
88
#
99

10-
cmake_minimum_required(VERSION 3.0)
10+
cmake_minimum_required(VERSION 3.0...3.12)
1111

1212
INCLUDE(CMakeForceCompiler)
1313
if(DEFINED ENV{PS2SDK})

0 commit comments

Comments
 (0)