summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-11 12:47:08 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-08-11 12:47:08 (GMT)
commit6e5953e9a441068f753e79f68af176ac34486234 (patch)
tree5c3ee9d349955033653980ce228cd586f1140407 /Source/cmGlobalVisualStudioGenerator.cxx
parentf33ccc270e29f8df34144a56e14c476b1b48f0af (diff)
parent29886ce76482a8c857841015b58d1e91a9ee5c8e (diff)
downloadCMake-6e5953e9a441068f753e79f68af176ac34486234.zip
CMake-6e5953e9a441068f753e79f68af176ac34486234.tar.gz
CMake-6e5953e9a441068f753e79f68af176ac34486234.tar.bz2
Merge topic 'use-generator-target'
29886ce7 cmTarget: Use a simpler delete algorithm. 197f4de1 cmTarget: Split storage of compile definitions from genexes. 44e071ae cmTarget: Split storage of compile features from genexes. 772ecef4 cmTarget: Split storage of compile options from genexes. 1f54bc1c cmTarget: Split storage of include directories from genexes. 7568199b cmTarget: Request only the link libraries where needed. 10040601 cmLinkImplementationLibraries: Move to namespace scope. d9da6ee2 cmLinkItem: Split to separate file. 27252b24 cmComputeLinkInformation: Simplify generator object access.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index cf1be5c..c38a35a 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -90,6 +90,7 @@ bool cmGlobalVisualStudioGenerator::Compute()
AddUtilityCommand("ALL_BUILD", true, no_working_dir,
no_depends, no_commands, false,
"Build all projects");
+ allBuild->Compute();
cmGeneratorTarget* gt = new cmGeneratorTarget(allBuild, gen[0]);
allBuild->GetMakefile()->AddGeneratorTarget(allBuild, gt);