Skip to content

Commit

Permalink
rm libatomic from esp32 (see #19)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Vogelgsang <[email protected]>
  • Loading branch information
Raphael Vogelgsang authored and Your Name committed Sep 17, 2020
1 parent 70feaee commit 33c5bf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions microros_esp32_extensions/components/libatomic/CMakeLists.txt

This file was deleted.

Empty file.
4 changes: 2 additions & 2 deletions microros_esp32_extensions/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ externalproject_add(libmicroros
file(MAKE_DIRECTORY ${MICROROS_INCLUDE_DIR})

add_library(microros STATIC IMPORTED GLOBAL)
add_dependencies(microros libmicroros idf::libatomic)
target_link_libraries(microros INTERFACE idf::libatomic)
add_dependencies(microros libmicroros)
target_link_libraries(microros INTERFACE c idf::lwip)

set_target_properties(microros PROPERTIES IMPORTED_LOCATION ${CMAKE_BINARY_DIR}/libmicroros.a)
set_target_properties(microros PROPERTIES INTERFACE_INCLUDE_DIRECTORIES ${MICROROS_INCLUDE_DIR})
Expand Down

0 comments on commit 33c5bf6

Please sign in to comment.