summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 13:15:51 +0200
committerStephen Kelly <steveire@gmail.com>2015-06-06 09:15:55 +0200
commit6d7abb6326d422dabdf72e8486b492ac20f8b347 (patch)
tree0a174867b9a74cba8032edbe5ee4df4a0b4d57fd /bootstrap
parenta82441572493e4f420fca24041b594da9d3c14e6 (diff)
downloadcmake-6d7abb6326d422dabdf72e8486b492ac20f8b347.tar.gz
cmOutputConverter: Extract from cmLocalGenerator.
The Convert methods never belonged to the local generator concept, so split them out now. The cmOutputConverter is cheap to construct and destroy, so it can be instantiated where needed to perform conversions. This will allow further decoupling of cmLocalGenerator from the configure step. Inherit cmLocalGenerator from cmOutputConverter for the purpose of source compatibility.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 14046eeec9..98cdcd0a7c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -299,6 +299,7 @@ CMAKE_CXX_SOURCES="\
cmMakefileLibraryTargetGenerator \
cmMakefileTargetGenerator \
cmMakefileUtilityTargetGenerator \
+ cmOutputConverter \
cmOSXBundleGenerator \
cmNewLineStyle \
cmBootstrapCommands1 \