Skip to content

Commit

Permalink
Attempt to fix Travis build
Browse files Browse the repository at this point in the history
Scons has a space here, and the scons builds work on Travis,
so I figure CMake should also work if a space is added.
  • Loading branch information
CelticMinstrel committed Mar 11, 2017
1 parent 6643927 commit 2417597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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}
Expand Down

0 comments on commit 2417597

Please sign in to comment.