diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-12 19:54:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-07 18:17:55 (GMT) |
commit | af71c7b47947860d06c659647c6ff33ab3676284 (patch) | |
tree | 129b1b20dd81cd8569000ea97ca0853f70ce2f1d /Source/cmGlobalXCodeGenerator.cxx | |
parent | dce6581b7b58c346796c8d3045f4ce70d9672755 (diff) | |
download | CMake-af71c7b47947860d06c659647c6ff33ab3676284.zip CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.gz CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.bz2 |
cmTarget: Remove Compute method.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 14bc340..3d52e3a 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -456,7 +456,6 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root, no_working_directory, "echo", "Build all projects"); - allbuild->Compute(); cmGeneratorTarget* allBuildGt = new cmGeneratorTarget(allbuild, root); mf->AddGeneratorTarget(allbuild, allBuildGt); @@ -492,7 +491,6 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root, no_working_directory, "make", "-f", file.c_str()); - check->Compute(); cmGeneratorTarget* checkGt = new cmGeneratorTarget(check, root); mf->AddGeneratorTarget(check, checkGt); } |