From 8f535ccfccfdade2aa5d3cf482b684429ca312f2 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Thu, 20 Feb 2025 12:55:04 +0100 Subject: Updated the CMake minimal version. --- CMakeLists.txt | 2 +- test/cmake/crypto/regression/CMakeLists.txt | 2 +- test/cmake/crypto/regression/crypto_standalone.cmake | 2 +- test/cmake/mqtt/regression/CMakeLists.txt | 2 +- test/cmake/mqtt_interoperability/regression/CMakeLists.txt | 2 +- test/cmake/netxduo/regression/CMakeLists.txt | 2 +- test/cmake/netxduo/samples/CMakeLists.txt | 2 +- test/cmake/nx_secure/regression/CMakeLists.txt | 2 +- test/cmake/nx_secure_interoperability/regression/CMakeLists.txt | 2 +- test/cmake/web/regression/CMakeLists.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c490b3ce..eca57209 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) # Set up the project project(netxduo diff --git a/test/cmake/crypto/regression/CMakeLists.txt b/test/cmake/crypto/regression/CMakeLists.txt index 929b359d..d2c9221c 100644 --- a/test/cmake/crypto/regression/CMakeLists.txt +++ b/test/cmake/crypto/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/crypto/regression/crypto_standalone.cmake b/test/cmake/crypto/regression/crypto_standalone.cmake index 7fb4c98e..7982e462 100644 --- a/test/cmake/crypto/regression/crypto_standalone.cmake +++ b/test/cmake/crypto/regression/crypto_standalone.cmake @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) set(CPU_ARCH "linux") set(COMPILER "gnu") diff --git a/test/cmake/mqtt/regression/CMakeLists.txt b/test/cmake/mqtt/regression/CMakeLists.txt index c96a6ed7..ec82ba7b 100644 --- a/test/cmake/mqtt/regression/CMakeLists.txt +++ b/test/cmake/mqtt/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/mqtt_interoperability/regression/CMakeLists.txt b/test/cmake/mqtt_interoperability/regression/CMakeLists.txt index c653fded..19bb7bf4 100644 --- a/test/cmake/mqtt_interoperability/regression/CMakeLists.txt +++ b/test/cmake/mqtt_interoperability/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/netxduo/regression/CMakeLists.txt b/test/cmake/netxduo/regression/CMakeLists.txt index bd79a7f1..54685113 100644 --- a/test/cmake/netxduo/regression/CMakeLists.txt +++ b/test/cmake/netxduo/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/netxduo/samples/CMakeLists.txt b/test/cmake/netxduo/samples/CMakeLists.txt index a2241c69..8e04f72b 100644 --- a/test/cmake/netxduo/samples/CMakeLists.txt +++ b/test/cmake/netxduo/samples/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(samples LANGUAGES C) diff --git a/test/cmake/nx_secure/regression/CMakeLists.txt b/test/cmake/nx_secure/regression/CMakeLists.txt index 40b8e4eb..d14c1a99 100644 --- a/test/cmake/nx_secure/regression/CMakeLists.txt +++ b/test/cmake/nx_secure/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/nx_secure_interoperability/regression/CMakeLists.txt b/test/cmake/nx_secure_interoperability/regression/CMakeLists.txt index a2d3008a..65b963dd 100644 --- a/test/cmake/nx_secure_interoperability/regression/CMakeLists.txt +++ b/test/cmake/nx_secure_interoperability/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) diff --git a/test/cmake/web/regression/CMakeLists.txt b/test/cmake/web/regression/CMakeLists.txt index 9111f250..b9330a58 100644 --- a/test/cmake/web/regression/CMakeLists.txt +++ b/test/cmake/web/regression/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13 FATAL_ERROR) cmake_policy(SET CMP0057 NEW) project(regression_test LANGUAGES C) -- cgit v1.3.1