summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-12 19:54:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 18:17:55 (GMT)
commitaf71c7b47947860d06c659647c6ff33ab3676284 (patch)
tree129b1b20dd81cd8569000ea97ca0853f70ce2f1d /Source/cmGlobalVisualStudio8Generator.cxx
parentdce6581b7b58c346796c8d3045f4ce70d9672755 (diff)
downloadCMake-af71c7b47947860d06c659647c6ff33ab3676284.zip
CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.gz
CMake-af71c7b47947860d06c659647c6ff33ab3676284.tar.bz2
cmTarget: Remove Compute method.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 5bace47..ab9d7e7 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -254,7 +254,6 @@ bool cmGlobalVisualStudio8Generator::AddCheckTarget()
mf->AddUtilityCommand(CMAKE_CHECK_BUILD_SYSTEM_TARGET, false,
no_working_directory, no_depends,
noCommandLines);
- tgt->Compute();
cmGeneratorTarget* gt = new cmGeneratorTarget(tgt, lg);
mf->AddGeneratorTarget(tgt, gt);