Browse Source

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 years ago
parent
commit
710a2b53f7
1 changed files with 1 additions and 0 deletions
  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)