Skip to content

Commit 47591bd

Browse files
committed
exclude all versions of the editor plugins
1 parent fb62c20 commit 47591bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/CopyRuntimeDeps.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ function(copy_directory_excluding_editors source_dir dest_dir)
5757
message(STATUS "Copying runtime directory (excluding editors): ${source_dir}")
5858
install(DIRECTORY ${source_dir}/
5959
DESTINATION pypylon/${dest_dir}
60-
PATTERN "*Editor.so" EXCLUDE
61-
PATTERN "*Editor.dll" EXCLUDE)
60+
PATTERN "*Editor*.so" EXCLUDE
61+
PATTERN "*Editor*.dll" EXCLUDE)
6262
endif()
6363
endfunction()
6464

0 commit comments

Comments
 (0)