Correct wxBUILD_TESTS CMake build options in unit tests docs
Provide the correct options for wxBUILD_TESTS in the CMake part of unit tests documentation. Closes #23745.
This commit is contained in:
parent
e8fdb66741
commit
350222e411
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ build the library:
|
|||
directory where you ran configure, not the one in the source tree) and run
|
||||
`make test` (non-GUI tests) or `make test_gui` (GUI ones) to build.
|
||||
|
||||
- When using CMake, add `-DwxBUILD_TESTS=ON` (or `=CONSOLE` for non-GUI tests
|
||||
- When using CMake, add `-DwxBUILD_TESTS=ALL` (or `=CONSOLE_ONLY` for non-GUI tests
|
||||
only) to the command line arguments, or choose the desired `wxBUILD_TESTS`
|
||||
option in `cmake-gui`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue