gentoo/dev-util/rocm_bandwidth_test/files/rocm_bandwidth_test-7.1.0-nogit.patch
Patrick Lauer 71994aab1b
dev-util/rocm_bandwidth_test: add 7.1.0
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2025-11-09 09:07:09 +00:00

18 lines
614 B
Diff

--- a/CMakeLists.txt 2025-11-08 12:37:29.125543387 -0000
+++ b/CMakeLists.txt 2025-11-08 13:11:13.173013729 -0000
@@ -25,14 +25,6 @@
#
cmake_minimum_required(VERSION 3.20)
-# Find git and set the GIT_EXECUTABLE variable (good practice, used by submodules)
-find_package(Git QUIET)
-if(NOT GIT_FOUND)
- message(FATAL_ERROR ">> Git is required to build this project. 'git' not found! ")
-endif()
-set(CMAKE_GIT_EXECUTABLE ${GIT_EXECUTABLE} CACHE FILEPATH "Path to the Git executable.")
-
-
# Build is not supported on Windows plaform
if(WIN32)
message(FATAL_ERROR "Windows platform is not supported!")