aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.deps/CMakeLists.txt')
-rw-r--r--cmake.deps/CMakeLists.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/cmake.deps/CMakeLists.txt b/cmake.deps/CMakeLists.txt
index f65111f9ff..72d26d5127 100644
--- a/cmake.deps/CMakeLists.txt
+++ b/cmake.deps/CMakeLists.txt
@@ -63,11 +63,9 @@ endif()
option(USE_EXISTING_SRC_DIR "Skip download of deps sources in case of existing source directory." OFF)
-if(WIN32)
- find_package(Git)
- if(NOT Git_FOUND)
- message(FATAL_ERROR "Git is required to apply patches for Windows.")
- endif()
+find_package(Git)
+if(NOT Git_FOUND)
+ message(FATAL_ERROR "Git is required to apply patches.")
endif()
if(UNIX)