From b3d33c2db92a1a238a09f01707052ff24cf86217 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 21 Jun 2025 12:39:11 -0700 Subject: [PATCH] removed the problamatic directory from issue #17 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b9750..60549b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,6 @@ if (UNIT_TESTING) include_directories( ${CPPUTEST_INCLUDE_DIRS} - /usr/include/c++/11/ ./inc ./mocks )