Skip to content

Commit b2a6f54

Browse files
committed
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.
1 parent 73b6185 commit b2a6f54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/build-windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Build using:
6767
gmake -C depends HOST=x86_64-w64-mingw32 # Use "-j N" for N parallel jobs.
6868
cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
6969
cmake --build build # Use "-j N" for N parallel jobs.
70-
ctest --test-dir build # Use "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
7170

7271
## Depends system
7372

0 commit comments

Comments
 (0)