Skip to content

Commit

Permalink
🗑️ (lstd): Clean up cmake files from lstd/cxxsupport
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 7, 2022
1 parent e14b11f commit b095afd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ if (${TARGET_BOARD} IN_LIST AVAILABLE_CUSTOM_TARGETS)
add_subdirectory(${TARGETS_DIR}/TARGET_${TARGET_BOARD})
endif()

# Add c++ support, include directories
include_directories(BEFORE SYSTEM
${INCLUDE_DIR}/cxxsupport
${MBED_OS_DIR}/platform/cxxsupport
)

include_directories(BEFORE
${INCLUDE_DIR}
)
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,7 @@ endfunction()
#

include_directories(BEFORE SYSTEM
${EXTERN_MBED_OS_DIR}/UNITTESTS/target_h/platform/cxxsupport
${EXTERN_MBED_OS_DIR}/platform/cxxsupport
${INCLUDE_DIR}/cxxsupport
${INCLUDE_DIR}
)

Expand Down

0 comments on commit b095afd

Please sign in to comment.