Browse Source

Merge pull request #10244 from richardkchapman/osx-break

HPCC-18005 OSX build break

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 8 years ago
parent
commit
b36195e087
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/bindings/SOAP/soaplib/CMakeLists.txt

+ 1 - 1
esp/bindings/SOAP/soaplib/CMakeLists.txt

@@ -71,7 +71,7 @@ if(WIN32)
 else(WIN32)
     HPCC_ADD_LIBRARY(soaplib SHARED ${SRCS})
     install(TARGETS soaplib RUNTIME DESTINATION ${EXEC_DIR} LIBRARY DESTINATION ${LIB_DIR})
-    target_link_libraries(soaplib jlib)
+    target_link_libraries(soaplib dalibase jlib)
 endif(WIN32)
 
 add_dependencies(soaplib jlib espscm)