summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-09 08:34:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-15 09:25:12 (GMT)
commitbdddd4234e977f65ee7df8adcd3888706dfd0dda (patch)
tree9cdf9c31ffa3a0f42aa0590e584ad7ae441fc382 /bootstrap
parentf796e1b6f6984b200453a13e6b8640353ff9488b (diff)
downloadCMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.zip
CMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.tar.gz
CMake-bdddd4234e977f65ee7df8adcd3888706dfd0dda.tar.bz2
cmRulePlaceholderExpander: Extract from cmLocalGenerator
Implement cmLocalGenerator::ExpandRuleVariables in terms of the new class for source compatibility and to reduce diff noise in this commit.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index fb8b1eb..9936365 100755
--- a/bootstrap
+++ b/bootstrap
@@ -281,6 +281,7 @@ CMAKE_CXX_SOURCES="\
cmInstallDirectoryGenerator \
cmLocalCommonGenerator \
cmLocalGenerator \
+ cmRulePlaceholderExpander \
cmInstalledFile \
cmInstallGenerator \
cmInstallExportGenerator \