removed uneeded lines. Also changed template name parameter
This commit is contained in:
parent
d374fff42e
commit
313ad437ad
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue