1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-31 00:03:08 +03:00

INSTALL_CMAKE: fixes build result directories

In the CMake installation instructions, the resulting static library,
examples and tests are actually found in `bld`, not in `bin`.

Closes #1617
This commit is contained in:
Lucas Queiroz
2025-07-08 10:47:32 -03:00
committed by Viktor Szakats
parent 723b701715
commit 98cd10d1c1

View File

@ -36,8 +36,8 @@ Use this with CMake 3.12.x or older:
libssh2 will be built as a static library and will use any libssh2 will be built as a static library and will use any
cryptography library available. The library binary will be put in cryptography library available. The library binary will be put in
`bin/src`, with the examples in `bin/example` and the tests in `bld/src`, with the examples in `bld/example` and the tests in
`bin/tests`. `bld/tests`.
Customising the build Customising the build
--------------------- ---------------------