Skip to content

Commit cfb04fe

Browse files
committed
fix(cmake): remove dstools-infer-common from dsfw find_dependency
dstools-infer-common is not a dependency of any dsfw target (dsfw-base, dsfw-core, dsfw-ui-core, dstools-audio, dsfw-widgets). Its presence in dsfwConfig.cmake.in caused find_package(dsfw) to fail on CI because dstools-infer-common transitively requires onnxruntime, which is not installed to the deploy prefix.
1 parent 94ccec3 commit cfb04fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmake/dsfwConfig.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ find_dependency(Qt6 COMPONENTS Core Gui Network Widgets)
66
find_dependency(nlohmann_json CONFIG)
77
find_dependency(QWindowKit CONFIG)
88
find_dependency(dstools-types CONFIG)
9-
find_dependency(dstools-infer-common CONFIG)
109

1110
include("${CMAKE_CURRENT_LIST_DIR}/dsfwTargets.cmake")
1211

0 commit comments

Comments
 (0)