Skip to content

Commit a64ef9f

Browse files
Sandro Santillijef-n
Sandro Santilli
authored andcommittedApr 26, 2015
Fix quoting of xfb-run invocation
Works For Me (Ubuntu 14.04.2)
1 parent ff1b183 commit a64ef9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ IF (ENABLE_TESTS)
293293
IMMEDIATE @ONLY)
294294
# For server side testing we have no X, we can use xfvb as a fake x
295295
# sudo apt-get install xfvb
296-
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10 1024x768x24" ctest --output-on-failure)
296+
add_custom_target(check-no-x COMMAND xvfb-run --server-args=-screen\ 10\ 1024x768x24 ctest --output-on-failure)
297297
ENDIF (ENABLE_TESTS)
298298

299299
IF (SUPPRESS_QT_WARNINGS)

0 commit comments

Comments
 (0)
Please sign in to comment.