From cb8fa86c6f3158471bb017ee8d2e3c8abd96fa7a Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 10 Nov 2024 06:36:19 -0800 Subject: [PATCH] Updated the cmakelists.txt changed the project name variable along with the project description. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b9750..ac159cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution -project(cmake-cpputest-template +project(main VERSION 1.0 - DESCRIPTION "template for cmake + cpputest" + DESCRIPTION "STM32 template for cmake + cpputest" LANGUAGES C CXX ) enable_testing()