Merge topic 'bootstrap-cleanup'

3b0c0743 bootstrap: Drop unused KWSys header directories
This commit is contained in:
Brad King 2015-10-29 08:42:27 -04:00 committed by CMake Topic Stage
commit 7f6c613fd0
1 changed files with 0 additions and 7 deletions

View File

@ -702,13 +702,6 @@ if [ ! -d "cmsys" ]; then
cmake_error 4 "Cannot create directory ${cmake_bootstrap_dir}/cmsys"
fi
for a in stl ios; do
[ -d "cmsys/${a}" ] || mkdir "cmsys/${a}"
if [ ! -d "cmsys/${a}" ]; then
cmake_error 5 "Cannot create directory ${cmake_bootstrap_dir}/cmsys/${a}"
fi
done
[ -d "cmIML" ] || mkdir "cmIML"
if [ ! -d "cmIML" ]; then
cmake_error 12 "Cannot create directory ${cmake_bootstrap_dir}/cmIML"