mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
13 lines
256 B
Diff
13 lines
256 B
Diff
gets our aports version otherwise
|
|
--- a/CMake/Version.cmake
|
|
+++ b/CMake/Version.cmake
|
|
@@ -3,7 +3,7 @@
|
|
set(VERSION_PATCH 0)
|
|
set(VERSION_COMMIT 0)
|
|
|
|
-find_program(GIT git)
|
|
+#find_program(GIT git)
|
|
if(GIT)
|
|
execute_process(
|
|
COMMAND ${GIT} describe
|