aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2013-10-15 20:22:28 +0200
committerGacko <gacko28@gmx.de>2013-10-15 20:23:13 +0200
commit53cc37bceca9ce7de1b9839251ccc809ebf768b6 (patch)
tree36795a7c66770985e3aaabe27a182e522b4c4d2c /cmake
parent3633f621379761b7d05fc574eb28903d3bf67a74 (diff)
CMake: Fix typo
Running cmake threw a warning because of this.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/genrev.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/genrev.cmake b/cmake/genrev.cmake
index b39a0780b1c..ceeed7bfac7 100644
--- a/cmake/genrev.cmake
+++ b/cmake/genrev.cmake
@@ -58,7 +58,7 @@ else()
# No valid ways available to find/set the revision/hash, so let's force some defaults
message(STATUS "
Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t
- Continuing anyway - note that the versionstring will be set to \"unknown 1970-01-01 00:00:00 (Archived)"\")
+ Continuing anyway - note that the versionstring will be set to \"unknown 1970-01-01 00:00:00 (Archived)\"")
set(rev_date "1970-01-01 00:00:00 +0000")
set(rev_hash "unknown")
set(rev_branch "Archived")