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:
parent
664392728f
commit
2417597028
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue