removed uneeded lines. Also changed template name parameter

This commit is contained in:
jakeg00dwin 2024-12-04 19:52:15 -08:00
parent d374fff42e
commit 313ad437ad
1 changed files with 1 additions and 2 deletions

View File

@ -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
)