diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-17 12:02:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-17 12:02:44 (GMT) |
commit | 1181ac5ee71f820ac8363b12d262fbff509ce5e2 (patch) | |
tree | 9d9d475230ecb83ecd23831b31b12d8ff367f7df /bootstrap | |
parent | 65422964f793ad1004bf07cbc3021e80e7c241cd (diff) | |
download | CMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.zip CMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.tar.gz CMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.tar.bz2 |
BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such as Windows and Mac OSX it will break during in-source build
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ CMAKE_SOURCES="\ cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'` cmake_source_dir=`(cd "${cmake_source_dir}";pwd)` cmake_binary_dir=`pwd` -cmake_bootstrap_dir="${cmake_binary_dir}/Bootstrap" +cmake_bootstrap_dir="${cmake_binary_dir}/Bootstrap.cmk" cmake_usage() { @@ -316,7 +316,7 @@ for a in ${CMAKE_SOURCES}; do echo " ${cmake_cxx_compiler} ${cmake_cxx_flags} -c ${src} -o ${a}.o" >> "${cmake_bootstrap_dir}/Makefile" done -# Write prefix to Bootstrap/InitialConfigureFlags.cmake +# Write prefix to Bootstrap.cmk/InitialConfigureFlags.cmake echo "SET (CMAKE_CONFIGURE_INSTALL_PREFIX \"${cmake_prefix_dir}\" CACHE PATH \"Install path prefix, prepended onto install directories, For CMake this will always override CMAKE_INSTALL_PREFIX in the cache.\")" > "${cmake_bootstrap_dir}/InitialConfigureFlags.cmake" echo "---------------------------------------------" |