From 2417597028d8bc3fe871b3193d64e29da8d89711 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Fri, 10 Mar 2017 23:34:07 -0500 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b780b3d30a6..dfd78543bf7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}