diff --git a/CMakeLists.txt b/CMakeLists.txt index 741c0a9..42c4967 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # @author Znullptr ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "example_project") project(${basename} C CXX ASM) diff --git a/crt/CMakeLists.txt b/crt/CMakeLists.txt index 04b7775..dd09de6 100644 --- a/crt/CMakeLists.txt +++ b/crt/CMakeLists.txt @@ -3,7 +3,7 @@ # @author Znullptr ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "ps5sdk_crt") project(${basename} C CXX ASM) diff --git a/examples/hello_socket/CMakeLists.txt b/examples/hello_socket/CMakeLists.txt index 0753e8d..c985d78 100644 --- a/examples/hello_socket/CMakeLists.txt +++ b/examples/hello_socket/CMakeLists.txt @@ -4,7 +4,7 @@ # @author Specter ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "hello_socket") project(${basename} C CXX ASM) diff --git a/examples/klog_server/CMakeLists.txt b/examples/klog_server/CMakeLists.txt index 42ffcb5..970123d 100644 --- a/examples/klog_server/CMakeLists.txt +++ b/examples/klog_server/CMakeLists.txt @@ -4,7 +4,7 @@ # @authors Specter ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "klog_server") project(${basename} C CXX ASM) diff --git a/examples/nand_group_dump/CMakeLists.txt b/examples/nand_group_dump/CMakeLists.txt index 4fd1260..9ae7ca8 100644 --- a/examples/nand_group_dump/CMakeLists.txt +++ b/examples/nand_group_dump/CMakeLists.txt @@ -4,7 +4,7 @@ # @authors Specter ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "nand_group_dumper") project(${basename} C CXX ASM) diff --git a/examples/pipe_pirate/CMakeLists.txt b/examples/pipe_pirate/CMakeLists.txt index 881dd9c..dece2df 100644 --- a/examples/pipe_pirate/CMakeLists.txt +++ b/examples/pipe_pirate/CMakeLists.txt @@ -4,7 +4,7 @@ # @authors ChendoChap, Specter, Znullptr ################################################################################################### -cmake_minimum_required (VERSION 3.20) +cmake_minimum_required (VERSION 3.16) set(basename "pipe_pirate") project(${basename} C CXX ASM)