summaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-09 15:12:12 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-09 15:12:12 (GMT)
commit608d6bba89a5588c370dda6d6d46365c24168b55 (patch)
tree1039c92cc725a9e117ccf1a43f8f135cb886b26c /ChangeLog.txt
parentd25638ac0519fde108a8743ca0a8831d8512af5e (diff)
downloadCMake-608d6bba89a5588c370dda6d6d46365c24168b55.zip
CMake-608d6bba89a5588c370dda6d6d46365c24168b55.tar.gz
CMake-608d6bba89a5588c370dda6d6d46365c24168b55.tar.bz2
Fix parallel "make install" of CMake itself
Avoid tracing dependencies of GLOBAL_TARGET targets. The build system generators are not designed to handle any dependencies that may be discovered. Global targets are only generated by CMake and never have commands that reference targets built in the project anyway. The exception is when building CMake itself there is a special case to use the just-built "cmake" binary in the "install" target so that CMake can replace itself on Windows. Even in this special case we do not want to let the "install" target depend on the "cmake" target. Doing so breaks cases like "make -j4 install".
Diffstat (limited to 'ChangeLog.txt')
0 files changed, 0 insertions, 0 deletions