瀏覽代碼

HPCC-23669 cryptolib build error on osx

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 年之前
父節點
當前提交
6043cc5a44
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/cryptolib/CMakeLists.txt

+ 1 - 0
plugins/cryptolib/CMakeLists.txt

@@ -46,6 +46,7 @@ HPCC_ADD_LIBRARY( cryptolib SHARED ${SRCS} )
 install ( TARGETS cryptolib DESTINATION plugins )
 target_link_libraries ( 
         cryptolib
+        dalibase
         jlib
         ${ZLIB_LIBRARIES}
     )