mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
Fix various spelling issues reported by codespell
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
(cherry picked from commit 97c9ac2f58)
This commit is contained in:
committed by
Andreas Schneider
parent
e3d0f60281
commit
bff436695b
@@ -17,16 +17,16 @@ set(CTEST_BUILD_OPTIONS "-DUNIT_TESTING=ON -WITH_SFTP=ON -DWITH_SERVER=ON -DWITH
|
||||
|
||||
#set(CTEST_CUSTOM_MEMCHECK_IGNORE torture_rand)
|
||||
|
||||
## The Model to set: Nightly, Continous, Experimental
|
||||
## The Model to set: Nightly, Continuous, Experimental
|
||||
set(CTEST_MODEL "Experimental")
|
||||
|
||||
## The branch
|
||||
#set(CTEST_GIT_BRANCH "--branch v0-5")
|
||||
|
||||
## Wether to enable memory checking.
|
||||
## Whether to enable memory checking.
|
||||
set(WITH_MEMCHECK FALSE)
|
||||
|
||||
## Wether to enable code coverage.
|
||||
## Whether to enable code coverage.
|
||||
set(WITH_COVERAGE FALSE)
|
||||
|
||||
#######################################################################
|
||||
|
||||
Reference in New Issue
Block a user