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
         )