Browse Source

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

Signed-off-by: Michael Gardner <michael.garder@lexisnexisrisk.com>
Michael Gardner 6 years ago
parent
commit
76ee9a1c57
1 changed files with 1 additions and 1 deletions
  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)