Skip to content

Commit f9cab9c

Browse files
hvpandyaDLu
authored andcommitted
Remove additional test directory (#36)
Additional 'test' directory gets created under 'test/' at install location, this breaks certain test launches
1 parent 0a4e7ed commit f9cab9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlux_plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ install(
5555
)
5656
install(
5757
DIRECTORY test
58-
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/test
58+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
5959
)

0 commit comments

Comments
 (0)