Attempt to fix Travis build

Scons has a space here, and the scons builds work on Travis,
so I figure CMake should also work if a space is added.
This commit is contained in:
Celtic Minstrel 2017-03-10 23:34:07 -05:00 committed by GitHub
parent 664392728f
commit 2417597028

View file

@ -148,7 +148,7 @@ if(NOT DEFINED ENABLE_DISPLAY_REVISION)
execute_process(
COMMAND
${CMAKE_SOURCE_DIR}/utils/autorevision.sh
-th
-t h
> ${CMAKE_CURRENT_BINARY_DIR}/revision.dummy
WORKING_DIRECTORY
${CMAKE_SOURCE_DIR}