Skip to content

Commit

Permalink
fix check-no-x
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 10, 2015
1 parent c253a9f commit fffd2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -293,7 +293,7 @@ IF (ENABLE_TESTS)
IMMEDIATE @ONLY)
# For server side testing we have no X, we can use xfvb as a fake x
# sudo apt-get install xfvb
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10,1024x768x24" ctest --output-on-failure)
add_custom_target(check-no-x COMMAND xvfb-run --server-args="-screen 10 1024x768x24" ctest --output-on-failure)
ENDIF (ENABLE_TESTS)

IF (SUPPRESS_QT_WARNINGS)
Expand Down

0 comments on commit fffd2fe

Please sign in to comment.