瀏覽代碼

Merge pull request #9163 from wangkx/h16355

HPCC-16355 Fix compile error for clienttools build

Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 年之前
父節點
當前提交
d211c6c41b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      dali/ft/dalift.cmake
  2. 1 1
      system/security/CMakeLists.txt

+ 2 - 1
dali/ft/dalift.cmake

@@ -41,7 +41,8 @@ include_directories (
          ./../base 
          ./../base 
          ./../../system/include 
          ./../../system/include 
          ./../../system/jlib 
          ./../../system/jlib 
-         ./../../common/environment 
+         ./../../common/environment
+         ./../../system/security/shared
     )
     )
 
 
 HPCC_ADD_LIBRARY( dalift SHARED ${SRCS} )
 HPCC_ADD_LIBRARY( dalift SHARED ${SRCS} )

+ 1 - 1
system/security/CMakeLists.txt

@@ -21,7 +21,7 @@ IF (USE_OPENSSL)
 ENDIF()
 ENDIF()
 HPCC_ADD_SUBDIRECTORY (test "PLATFORM")
 HPCC_ADD_SUBDIRECTORY (test "PLATFORM")
 if (USE_ZLIB)
 if (USE_ZLIB)
-  HPCC_ADD_SUBDIRECTORY (zcrypt "PLATFORM")
+  HPCC_ADD_SUBDIRECTORY (zcrypt)
 endif()
 endif()
 
 
 IF (USE_APR)
 IF (USE_APR)