summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-28 16:56:59 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-29 14:43:33 (GMT)
commit2e94cba3565105aaa23720d9ffdcb9fe1ccee6b9 (patch)
tree5bb9c79e10fc16c4631c358aad362770cc12bdfd /Source
parentfb9355c50e366bd0f7cb6df6ea19118bd7dae899 (diff)
downloadCMake-2e94cba3565105aaa23720d9ffdcb9fe1ccee6b9.zip
CMake-2e94cba3565105aaa23720d9ffdcb9fe1ccee6b9.tar.gz
CMake-2e94cba3565105aaa23720d9ffdcb9fe1ccee6b9.tar.bz2
cmGlobalGenerator: Move FinalizeTargetCompileInfo to Compute().
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalGenerator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 65d74bd..dcbc558 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1226,13 +1226,13 @@ bool cmGlobalGenerator::Compute()
{
return false;
}
+ this->FinalizeTargetCompileInfo();
+
return true;
}
void cmGlobalGenerator::Generate()
{
- this->FinalizeTargetCompileInfo();
-
this->CreateGenerationObjects();
#ifdef CMAKE_BUILD_WITH_CMAKE