Skip to content

Commit

Permalink
Remove Git from build requirements (ROCm#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmb authored Jul 6, 2022
1 parent 25d869d commit c3b03f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Thrust is a parallel algorithm library. This library has been ported to [HIP](ht

### Software

* Git
* CMake (3.5.1 or later)
* AMD [ROCm](https://rocm.github.io/install.html) platform (1.8.0 or later)
* Including [HipCC](https://github.com/ROCm-Developer-Tools/HIP) compiler, which must be
Expand Down
6 changes: 0 additions & 6 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
# For downloading, building, and installing required dependencies
include(cmake/DownloadProject.cmake)

# GIT
find_package(Git REQUIRED)
if (NOT Git_FOUND)
message(FATAL_ERROR "Please ensure Git is installed on the system")
endif()

# rocPRIM (https://github.com/ROCmSoftwarePlatform/rocPRIM)
if(NOT DOWNLOAD_ROCPRIM)
find_package(rocprim QUIET)
Expand Down

0 comments on commit c3b03f2

Please sign in to comment.