Skip to content

Commit 8bcb184

Browse files
authored
bugfix for ADDITIONAL_CLEAN_FILES (#49)
Signed-off-by: Raphael Vogelgsang <fixed-term.Raphael.Vogelgsang@de.bosch.com>
1 parent 93c328c commit 8bcb184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ add_dependencies(${COMPONENT_LIB} libmicroros-prebuilt)
4040
target_link_libraries(${COMPONENT_LIB} INTERFACE libmicroros-prebuilt)
4141

4242
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" )
43+
"${COMPONENT_DIR}/include;${COMPONENT_DIR}/micro_ros_dev;${COMPONENT_DIR}/micro_ros_src;${COMPONENT_DIR}/esp32_toolchain.cmake" )
4444

0 commit comments

Comments
 (0)