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
|
@ -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…
Reference in New Issue