summaryrefslogtreecommitdiff
path: root/net-libs/libcork/files/libcork-0.15.0-git.patch
blob: 54a54a412f4746360e05ae0a8e805b05ef51d51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1e236f9..c8770f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,11 +49,6 @@ execute_process(
     OUTPUT_VARIABLE GIT_SHA1
     OUTPUT_STRIP_TRAILING_WHITESPACE
 )
-if(GIT_SHA1_RESULT)
-    message(FATAL_ERROR
-            "Cannot determine git commit: " ${GIT_SHA1_RESULT})
-endif(GIT_SHA1_RESULT)
-
 #-----------------------------------------------------------------------
 # Check for building on Tilera
 # If the Tilera environment is installed, then $TILERA_ROOT is defined