about summary refs log tree commit diff
path: root/pkgs/applications/science/biology/dcm2niix/dont-fetch-external-libs.patch
blob: a8f97b434fc7d8e54648cd1d12ca0a878cce8b55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/SuperBuild/External-CLOUDFLARE-ZLIB.cmake b/SuperBuild/External-CLOUDFLARE-ZLIB.cmake
index 9f064eb..fe74df5 100644
--- a/SuperBuild/External-CLOUDFLARE-ZLIB.cmake
+++ b/SuperBuild/External-CLOUDFLARE-ZLIB.cmake
@@ -1,8 +1,5 @@
-set(CLOUDFLARE_BRANCH gcc.amd64) # Cloudflare zlib branch
-
 ExternalProject_Add(zlib
-    GIT_REPOSITORY "https://github.com/ningfei/zlib.git"
-    GIT_TAG "${CLOUDFLARE_BRANCH}"
+    URL file://@cloudflareZlib@
     SOURCE_DIR cloudflare-zlib
     BINARY_DIR cloudflare-zlib-build
     CMAKE_ARGS
diff --git a/SuperBuild/SuperBuild.cmake b/SuperBuild/SuperBuild.cmake
index 2a0a956..81354a7 100644
--- a/SuperBuild/SuperBuild.cmake
+++ b/SuperBuild/SuperBuild.cmake
@@ -1,6 +1,1 @@
-# Check if git exists
-find_package(Git)
-if(NOT GIT_FOUND)
-    message(FATAL_ERROR "Cannot find Git. Git is required for Superbuild")
-endif()