瀏覽代碼

HPCC-20791 Do not download libmemcached by default, if not found

Signed-off-by: Michael Gardner <michael.garder@lexisnexisrisk.com>
Michael Gardner 6 年之前
父節點
當前提交
76ee9a1c57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmake_modules/FindLIBMEMCACHED.cmake

+ 1 - 1
cmake_modules/FindLIBMEMCACHED.cmake

@@ -24,7 +24,7 @@
 #  MEMCACHED_USE_EXTERNAL_LIBRARY is ON, we will fetch, build, and include a copy of the neccessary
 #  Libraries.
 
-option(MEMCACHED_USE_EXTERNAL_LIBRARY "Pull and build source from external location if local is not found" ON)
+option(MEMCACHED_USE_EXTERNAL_LIBRARY "Pull and build source from external location if local is not found" OFF)
 
 # Search for native library to build against
 if(WIN32)