Przeglądaj źródła

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 lat temu
rodzic
commit
49f201b710
1 zmienionych plików z 1 dodań i 0 usunięć
  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}
     )