summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 11:15:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-06 07:15:55 (GMT)
commit6d7abb6326d422dabdf72e8486b492ac20f8b347 (patch)
tree0a174867b9a74cba8032edbe5ee4df4a0b4d57fd /bootstrap
parenta82441572493e4f420fca24041b594da9d3c14e6 (diff)
downloadCMake-6d7abb6326d422dabdf72e8486b492ac20f8b347.zip
CMake-6d7abb6326d422dabdf72e8486b492ac20f8b347.tar.gz
CMake-6d7abb6326d422dabdf72e8486b492ac20f8b347.tar.bz2
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 14046ee..98cdcd0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -299,6 +299,7 @@ CMAKE_CXX_SOURCES="\
cmMakefileLibraryTargetGenerator \
cmMakefileTargetGenerator \
cmMakefileUtilityTargetGenerator \
+ cmOutputConverter \
cmOSXBundleGenerator \
cmNewLineStyle \
cmBootstrapCommands1 \