aboutsummaryrefslogtreecommitdiff
path: root/obj/build_make.sh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:29:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 10:31:53 +0200
commit84ac7d1de0d5b0065ccea664b0d579c2b14d2f17 (patch)
tree7ace83561ae25497b80f275820ab0315097f5414 /obj/build_make.sh
parentf4ddf9df5338d15ec4ec21f4062f73e6caf12b7d (diff)
downloadlibssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.tar.gz
libssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.tar.xz
libssh-84ac7d1de0d5b0065ccea664b0d579c2b14d2f17.zip
cmake: Rename WITH_TESTING option to UNIT_TESTING
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'obj/build_make.sh')
-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 2f2e4a6c..359fc521 100755
--- a/obj/build_make.sh
+++ b/obj/build_make.sh
@@ -137,7 +137,7 @@ while test -n "$1"; do
OPTIONS="${OPTIONS} -DWITH_STATIC_LIB=ON"
;;
*-unittesting)
- OPTIONS="${OPTIONS} -DWITH_TESTING=ON"
+ OPTIONS="${OPTIONS} -DUNIT_TESTING=ON"
;;
*-clientunittesting)
OPTIONS="${OPTIONS} -DWITH_CLIENT_TESTING=ON"