소스 검색

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 년 전
부모
커밋
49f201b710
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}
     )