Skip to content

Commit 5aa2391

Browse files
committed
Install worlds folder
1 parent 981880c commit 5aa2391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ install(TARGETS ${PROJECT_NAME}
8080
)
8181

8282

83-
foreach (dir launch)
83+
foreach (dir launch worlds)
8484
install(DIRECTORY ${dir}/
8585
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
8686
endforeach(dir)

0 commit comments

Comments
 (0)