We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c328c commit 8bcb184Copy full SHA for 8bcb184
1 file changed
CMakeLists.txt
@@ -40,5 +40,5 @@ add_dependencies(${COMPONENT_LIB} libmicroros-prebuilt)
40
target_link_libraries(${COMPONENT_LIB} INTERFACE libmicroros-prebuilt)
41
42
set_directory_properties( PROPERTIES ADDITIONAL_CLEAN_FILES
43
- "${COMPONENT_LIB}/include;${COMPONENT_LIB}/micro_ros_dev;${COMPONENT_LIB}/micro_ros_src;${COMPONENT_LIB}/esp32_toolchain.cmake" )
+ "${COMPONENT_DIR}/include;${COMPONENT_DIR}/micro_ros_dev;${COMPONENT_DIR}/micro_ros_src;${COMPONENT_DIR}/esp32_toolchain.cmake" )
44
0 commit comments