Buildsystem: fix a slight mistake in the revision ID extractor.

This commit is contained in:
silinoron
2010-12-28 21:06:12 -08:00
parent f8bfe65263
commit b311bc2ad6

View File

@@ -9,7 +9,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
execute_process(
COMMAND git log --pretty=format:"" origin/HEAD
COMMAND git log --pretty=format:"" origin/master
COMMAND wc -l
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
OUTPUT_VARIABLE rev_id_str