[Pkg-owncloud-commits] [owncloud-client] 07/69: Show GIT SHA sum in cmake output.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 7 19:41:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit ab5dae741af94e311f3d24912e685b82a9147d8d
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Oct 27 11:54:16 2014 +0100
Show GIT SHA sum in cmake output.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 718b391..80fb6e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,6 +52,7 @@ if (${GIT_SHA1} STREQUAL "GITDIR-NOTFOUND")
set (GIT_SHA1 "${sha1_candidate}")
endif()
endif()
+message(STATUS "GIT_SHA1 ${GIT_SHA1}")
endif()
set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list