summaryrefslogtreecommitdiff
path: root/test/tx/cmake
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2025-02-24 15:43:49 -0500
committerGitHub <[email protected]>2025-02-24 15:43:49 -0500
commit06dabb0ad0403f59889ce85eeb3d48dbd9d3759b (patch)
tree55c635ef6650198af9edf00e063c916124cfa816 /test/tx/cmake
parent98c9172d01dcfdd0026ee3f5c6259dea6a12f253 (diff)
parentf0a44ad3914da1ce8429e55ff74f59eca11b6ec7 (diff)
Merge pull request #442 from eclipse-threadx/devv6.4.2_rel
Release ThreadX 6.4.2
Diffstat (limited to 'test/tx/cmake')
-rw-r--r--test/tx/cmake/regression/CMakeLists.txt2
-rw-r--r--test/tx/cmake/samples/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/tx/cmake/regression/CMakeLists.txt b/test/tx/cmake/regression/CMakeLists.txt
index 160f9e29..ec67dd57 100644
--- a/test/tx/cmake/regression/CMakeLists.txt
+++ b/test/tx/cmake/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/tx/cmake/samples/CMakeLists.txt b/test/tx/cmake/samples/CMakeLists.txt
index 2915ed22..059775ac 100644
--- a/test/tx/cmake/samples/CMakeLists.txt
+++ b/test/tx/cmake/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)