1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTING

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-06-29 10:31:09 +02:00
parent 84ac7d1de0
commit 946f8f64ef
5 changed files with 15 additions and 15 deletions

View File

@ -140,7 +140,7 @@ while test -n "$1"; do
OPTIONS="${OPTIONS} -DUNIT_TESTING=ON"
;;
*-clientunittesting)
OPTIONS="${OPTIONS} -DWITH_CLIENT_TESTING=ON"
OPTIONS="${OPTIONS} -DCLIENT_TESTING=ON"
;;
*-withssh1)
OPTIONS="${OPTIONS} -DWITH_SSH1=ON"