diff --git a/cmake/ScoreDeploymentLinux.cmake b/cmake/ScoreDeploymentLinux.cmake index 8c719fbc26..a93b958f8e 100644 --- a/cmake/ScoreDeploymentLinux.cmake +++ b/cmake/ScoreDeploymentLinux.cmake @@ -124,7 +124,10 @@ if(SCORE_STATIC_QT) endif() set(CPACK_DEBIAN_PACKAGE_SECTION "sound") set(CPACK_DEB_COMPONENT_INSTALL ON) -set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) -set(CPACK_STRIP_FILES "bin/ossia-score;bin/ossia-score-vstpuppet") + +# disabled as it cannot work in any reasonable way with onnxruntime +# set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) + +set(CPACK_STRIP_FILES "bin/ossia-score;bin/ossia-score-vstpuppet;bin/ossia-score-vst3puppet") set(CPACK_COMPONENTS_ALL OssiaScore) endif()