From db3004459ff856e7c0142d94c84832e6bf6199a3 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 11 Jun 2018 17:01:13 -0700 Subject: Improve disableMetrics propagation when consuming CMakeLists directly --- scripts/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index e883f5476..478183372 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,10 +1,10 @@ #!/bin/sh -vcpkgDisableMetrics="0" +vcpkgDisableMetrics="OFF" for var in "$@" do if [ "$var" = "-disableMetrics" ]; then - vcpkgDisableMetrics="1" + vcpkgDisableMetrics="ON" else echo "Unknown argument $var" exit 1 -- cgit v1.2.3