aboutsummaryrefslogtreecommitdiff
path: root/obj
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:31:09 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:32:07 +0200
commit946f8f64ef47e0557a2322dd8a2db55d922b528a (patch)
treeb6596cc51633769b95dc4b6608f519d3c8fb1688 /obj
parent84ac7d1de0d5b0065ccea664b0d579c2b14d2f17 (diff)
downloadlibssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.gz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.tar.xz
libssh-946f8f64ef47e0557a2322dd8a2db55d922b528a.zip
cmake: Rename WITH_CLIENT_TESTING option to CLIENT_TESTING
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'obj')
-rwxr-xr-xobj/build_make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj/build_make.sh b/obj/build_make.sh
index 359fc521..89c23974 100755
--- a/obj/build_make.sh
+++ b/obj/build_make.sh
@@ -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"