From 313ad437ad196760fa1eac999f6380f5e51009f5 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 4 Dec 2024 19:52:15 -0800 Subject: [PATCH] removed uneeded lines. Also changed template name parameter --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b9750..980cafb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) # Use the fancy version substitution -project(cmake-cpputest-template +project(template VERSION 1.0 DESCRIPTION "template for cmake + cpputest" LANGUAGES C CXX @@ -53,7 +53,6 @@ if (UNIT_TESTING) include_directories( ${CPPUTEST_INCLUDE_DIRS} - /usr/include/c++/11/ ./inc ./mocks )