summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-19 18:47:13 -0500
committerBrad King <brad.king@kitware.com>2006-02-19 18:47:13 -0500
commit518080136d2b643b2b27ae1ef69cee28306c2f81 (patch)
tree3e57cf1c6f7943dcff3bb879e0da13bc01f97412 /bootstrap
parent4140f4a6faa63042cdb5378061cf8d30040a7dd1 (diff)
downloadcmake-518080136d2b643b2b27ae1ef69cee28306c2f81.tar.gz
ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replacements for the INSTALL_FILES and INSTALL_PROGRAMS commands. This addresses the request for absolute path install destinations in bug#2691.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index d2974f8757..52c35936cc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -98,6 +98,7 @@ CMAKE_CXX_SOURCES="\
cmGlob \
cmLocalGenerator \
cmInstallGenerator \
+ cmInstallFilesGenerator \
cmInstallScriptGenerator \
cmInstallTargetGenerator \
cmSourceFile \