From: Matthias Maier Date: Thu, 17 Feb 2022 08:24:11 +0000 (-0600) Subject: CMake: also export timestamp to revision.log X-Git-Tag: v9.4.0-rc1~464^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d16a63af264dce3b7cb2e191671d03d4b3461a;p=dealii.git CMake: also export timestamp to revision.log --- diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake index 47341d4137..0a166b423e 100644 --- a/cmake/setup_write_config.cmake +++ b/cmake/setup_write_config.cmake @@ -26,8 +26,9 @@ FILE(WRITE ${CMAKE_BINARY_DIR}/revision.log "### # # Git information: -# Branch: ${DEAL_II_GIT_BRANCH} -# Revision: ${DEAL_II_GIT_REVISION} +# Branch: ${DEAL_II_GIT_BRANCH} +# Revision: ${DEAL_II_GIT_REVISION} +# Timestamp: ${DEAL_II_GIT_TIMESTAMP} # ###" )