浏览代码

Merge pull request #12663 from shamser/issue22317

HPCC-22317 Fix libhthor linking error caused by wuanalysis dependency

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 年之前
父节点
当前提交
710a2b53f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ecl/hthor/CMakeLists.txt

+ 1 - 0
ecl/hthor/CMakeLists.txt

@@ -93,6 +93,7 @@ target_link_libraries ( hthor
          thorhelper
          roxiemem
          schedulectrl
+         wuanalysis
     )
 
 IF (USE_OPENSSL)