diff options
| author | Frédéric Desbiens <[email protected]> | 2025-02-24 10:34:16 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-24 10:34:16 -0500 |
| commit | cfdd55c48a2f44afa55cdb198fe65ddb0c8565ba (patch) | |
| tree | 4af04d5ea99731b7f130caaba80bda79ecf3f4e4 /test/cmake | |
| parent | 2d4a4aea0c17e365fed92443b22b28e2f81bb114 (diff) | |
| parent | 2512084d63366ea25da65d82c35f1fd0d65aa7cb (diff) | |
Merge pull request #190 from eclipse-threadx/version-642v6.4.2_rel
Version v6.4.2
Diffstat (limited to 'test/cmake')
| -rw-r--r-- | test/cmake/usbx/regression/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | test/cmake/usbx/samples/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/cmake/usbx/regression/CMakeLists.txt b/test/cmake/usbx/regression/CMakeLists.txt index 00e58cf..372f235 100644 --- a/test/cmake/usbx/regression/CMakeLists.txt +++ b/test/cmake/usbx/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/usbx/samples/CMakeLists.txt b/test/cmake/usbx/samples/CMakeLists.txt index 16e1d52..667be34 100644 --- a/test/cmake/usbx/samples/CMakeLists.txt +++ b/test/cmake/usbx/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) |
