summaryrefslogtreecommitdiffstats
path: root/host/config/Version.cmake
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-19 17:15:30 -0700
committerJosh Blum <josh@joshknows.com>2010-08-19 17:15:30 -0700
commita32c3217cb703430f417cf5a3b816f6fd0f70ed3 (patch)
treeb50b370c4ce9a50c1218e1f5b2ff773840fb2d2f /host/config/Version.cmake
parent0f2bf7bf709f417e0ef5a0860e18b190f740fd1b (diff)
parentd99e22971975e9b5bfb966741684963be8f049f6 (diff)
downloaduhd-a32c3217cb703430f417cf5a3b816f6fd0f70ed3.tar.gz
uhd-a32c3217cb703430f417cf5a3b816f6fd0f70ed3.tar.bz2
uhd-a32c3217cb703430f417cf5a3b816f6fd0f70ed3.zip
Merge branch 'master' into usrp1
Diffstat (limited to 'host/config/Version.cmake')
-rw-r--r--host/config/Version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/config/Version.cmake b/host/config/Version.cmake
index a592a4565..9e4b6b306 100644
--- a/host/config/Version.cmake
+++ b/host/config/Version.cmake
@@ -42,7 +42,7 @@ ELSE(${GIT} STREQUAL "GIT-NOTFOUND")
#extract the timestamp from the git log entry
EXECUTE_PROCESS(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
- COMMAND ${PYTHON_EXECUTABLE} -c "import re; print re.match('^.*Date:\\s*(\\d*).*$', '''${_git_log}''', re.MULTILINE | re.DOTALL).groups()[0]"
+ COMMAND ${PYTHON_EXECUTABLE} -c "import re; print re.match('^.*Date:\\s*(\\d*).*$', ''' ${_git_log} ''', re.MULTILINE | re.DOTALL).groups()[0]"
OUTPUT_VARIABLE _git_timestamp OUTPUT_STRIP_TRAILING_WHITESPACE
)