We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1b183 commit a64ef9fCopy full SHA for a64ef9f
CMakeLists.txt
@@ -293,7 +293,7 @@ IF (ENABLE_TESTS)
293
IMMEDIATE @ONLY)
294
# For server side testing we have no X, we can use xfvb as a fake x
295
# sudo apt-get install xfvb
296
- 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)
297
ENDIF (ENABLE_TESTS)
298
299
IF (SUPPRESS_QT_WARNINGS)
0 commit comments