You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous one is:
```cmake
execute_process(
COMMAND cmake --build build --target tests TEST_FLAGS="--xml --xmlxsd --xhtml --qhp --docbook --rtf"
RESULT_VARIABLE result
)
```
Which makes me confuse:
1. Not clear about `TEST_FLAGS` is an env var
2. The specified `TEST_FLAGS` is not working on Windows prompt, i.e.
testing/runtests.py got empty `TEST_FLAGS`
0 commit comments