From f045204a2c0dda8b7b5656bcdcf82915d2e0de18 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 24 Jan 2025 23:30:01 -0800 Subject: [PATCH] removing bad line from include dirs --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bd31db..66a0c0b 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 )