Skip to content

Commit

Permalink
Solve deploying bug with plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 10, 2022
1 parent a2d4f72 commit aff4c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/cli/plugins/cli_core_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ target_link_libraries(${target}
INTERFACE
)


#
# Define dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion source/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ endif()

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

0 comments on commit aff4c63

Please sign in to comment.