From 57d2505c4e5002800453567220792831393d9f4b Mon Sep 17 00:00:00 2001 From: weizhouUMICH Date: Thu, 24 Jan 2019 14:20:04 -0500 Subject: [PATCH] update configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0b6108eaa..cddec20ac 100755 --- a/configure +++ b/configure @@ -6,6 +6,6 @@ if [[ -z "$(which cget)" ]]; then fi #rm -rf _build -rm -rf thirdParty/cget +#rm -rf thirdParty/cget cget install -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC" -DUSE_CXX3_ABI=ON --prefix thirdParty/cget -f thirdParty/requirements.txt