We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb62c20 commit 47591bdCopy full SHA for 47591bd
cmake/CopyRuntimeDeps.cmake
@@ -57,8 +57,8 @@ function(copy_directory_excluding_editors source_dir dest_dir)
57
message(STATUS "Copying runtime directory (excluding editors): ${source_dir}")
58
install(DIRECTORY ${source_dir}/
59
DESTINATION pypylon/${dest_dir}
60
- PATTERN "*Editor.so" EXCLUDE
61
- PATTERN "*Editor.dll" EXCLUDE)
+ PATTERN "*Editor*.so" EXCLUDE
+ PATTERN "*Editor*.dll" EXCLUDE)
62
endif()
63
endfunction()
64
0 commit comments