Updated CMake minimal version to 3.13

This commit is contained in:
Frédéric Desbiens
2025-02-24 15:40:22 -05:00
parent 880598c608
commit 898d0ebfde
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
project(threadx