doc: Drop `ctest` command from Windows cross-compiling instructions

The ctest command was added hastily without considering the requirement
of Wine, which is generally not trivial to install.
pull/30803/head
Hennadii Stepanov 2 months ago
parent 73b618582d
commit b2a6f545b4
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -67,7 +67,6 @@ Build using:
gmake -C depends HOST=x86_64-w64-mingw32 # Use "-j N" for N parallel jobs.
cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
cmake --build build # Use "-j N" for N parallel jobs.
ctest --test-dir build # Use "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
## Depends system

Loading…
Cancel
Save