Merge pull request #441 from eclipse-threadx/cmake-minimal-version

Updated CMake minimal version
This commit is contained in:
Frédéric Desbiens
2025-02-24 15:42:21 -05:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -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 # Set up the project
project(threadx project(threadx

View File

@@ -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) cmake_policy(SET CMP0057 NEW)
project(regression_test LANGUAGES C) project(regression_test LANGUAGES C)

View File

@@ -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) cmake_policy(SET CMP0057 NEW)
project(samples LANGUAGES C) project(samples LANGUAGES C)

View File

@@ -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 # Set up the project
project(threadx_smp project(threadx_smp

View File

@@ -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) cmake_policy(SET CMP0057 NEW)
project(regression_test LANGUAGES C) project(regression_test LANGUAGES C)

View File

@@ -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) cmake_policy(SET CMP0057 NEW)
project(samples LANGUAGES C) project(samples LANGUAGES C)