generated from TDD-Templates/cmake_cpputest_template
Changed the included directories
- Removed the uneeded include of the `/usr/include/c++/11/` directory
This commit is contained in:
parent
03e9cf49d6
commit
aaa2a2d16a
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ if (UNIT_TESTING)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
${CPPUTEST_INCLUDE_DIRS}
|
${CPPUTEST_INCLUDE_DIRS}
|
||||||
/usr/include/c++/11/
|
|
||||||
./inc
|
./inc
|
||||||
./mocks
|
./mocks
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue