From: Cordell Bloor <cgmb@slerp.xyz>
Date: Sat, 10 Dec 2022 02:42:10 -0700
Subject: remove unnecessary git dependency

Fixed upstream in 955ac892861f44c1693f2d4e84571404893f760c.
---
 cmake/Dependencies.cmake | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index 434edd2..292cd32 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -23,9 +23,6 @@
 
 # Dependencies
 
-# Git
-find_package(Git REQUIRED)
-
 # Workaround until hcc & hip cmake modules fixes symlink logic in their config files.
 # (Thanks to rocBLAS devs for finding workaround for this problem!)
 list(APPEND CMAKE_PREFIX_PATH /opt/rocm /opt/rocm/hip)
