Skip to content

Commit fbcdc99

Browse files
mqcmd196v4hn
authored andcommitted
fix catkin_symlink_install error. see ros#486 (comment)
1 parent 6df9e94 commit fbcdc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2_py/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ set_target_properties(tf2_py PROPERTIES
144144
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
145145
# )
146146

147-
install(FILES $<TARGET_FILE:tf2_py>
147+
install(TARGETS tf2_py
148148
DESTINATION ${CATKIN_PACKAGE_PYTHON_DESTINATION}
149149
)
150150

0 commit comments

Comments
 (0)