Bläddra i källkod

Merge pull request #13461 from richardkchapman/crypto-osx

HPCC-23669 cryptolib build error on osx

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 5 år sedan
förälder
incheckning
49f201b710
1 ändrade filer med 1 tillägg och 0 borttagningar
  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}
     )