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:
committed by
Viktor Szakats
parent
723b701715
commit
98cd10d1c1
@ -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
|
||||
cryptography library available. The library binary will be put in
|
||||
`bin/src`, with the examples in `bin/example` and the tests in
|
||||
`bin/tests`.
|
||||
`bld/src`, with the examples in `bld/example` and the tests in
|
||||
`bld/tests`.
|
||||
|
||||
Customising the build
|
||||
---------------------
|
||||
|
Reference in New Issue
Block a user