diff options
Diffstat (limited to 'cmake.deps/CMakeLists.txt')
-rw-r--r-- | cmake.deps/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt index 39ef808b34..94640f6e79 100644 --- a/cmake.deps/CMakeLists.txt +++ b/cmake.deps/CMakeLists.txt @@ -66,6 +66,8 @@ else() option(USE_BUNDLED_LIBICONV "Use the bundled version of libiconv." OFF) endif() +option(USE_EXISTING_SRC_DIR "Skip download of deps sources in case of existing source directory." OFF) + find_package(Git) if(NOT Git_FOUND) message(FATAL_ERROR "Git is required to apply patches.") |