Skip to content

Commit 7a27736

Browse files
committed
Merge pull request #2393 from rintaro/revert-build-script-clearcache
[SR-1287][build-script] Revert "Clear CMakeCache.txt before (re)configuration"
2 parents 62955b0 + b1e7f2c commit 7a27736

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,6 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_TOOLS_DEPLOYMENT_TARGETS[@]}"
19631963
( ! -z "${generator_output_path}" && ! -f "${generator_output_path}" ) ]] ; then
19641964
set -x
19651965
mkdir -p "${build_dir}"
1966-
rm -f "${cmake_cache_path}"
19671966
(cd "${build_dir}" && "${CMAKE}" "${cmake_options[@]}" "${EXTRA_CMAKE_OPTIONS[@]}" "${source_dir}")
19681967
{ set +x; } 2>/dev/null
19691968
fi

0 commit comments

Comments
 (0)