Skip to content

Commit

Permalink
doc: Drop ctest command from Windows cross-compiling instructions
Browse files Browse the repository at this point in the history
The ctest command was added hastily without considering the requirement
of Wine, which is generally not trivial to install.
  • Loading branch information
hebasto committed Sep 6, 2024
1 parent 73b6185 commit b2a6f54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2a6f54

Please sign in to comment.