Skip to content

Commit aff4c63

Browse files
committed
Solve deploying bug with plugins.
1 parent a2d4f72 commit aff4c63

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/cli/plugins/cli_core_plugin/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ target_link_libraries(${target}
204204
INTERFACE
205205
)
206206

207-
208207
#
209208
# Define dependencies
210209
#

source/plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ endif()
88

99
# Install plugin directory
1010
install(DIRECTORY ${PROJECT_OUTPUT_DIR}/plugins
11-
DESTINATION ${INSTALL_LIB}/plugins
11+
DESTINATION ${INSTALL_LIB}
1212
PATTERN "test[-_]*" EXCLUDE
1313
)

0 commit comments

Comments
 (0)