Browse Source

HPCC-23669 cryptolib build error on osx

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 years ago
parent
commit
6043cc5a44
1 changed files with 1 additions and 0 deletions
  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}
     )