summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-25 16:44:58 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-29 14:43:33 (GMT)
commitfb9355c50e366bd0f7cb6df6ea19118bd7dae899 (patch)
tree2618720e2dd282475474e3d210b6cede12ecefa3 /Source/cmGlobalGenerator.h
parent29e8b7bfcc8b3530fb4fd2dd04dca59744588b61 (diff)
downloadCMake-fb9355c50e366bd0f7cb6df6ea19118bd7dae899.zip
CMake-fb9355c50e366bd0f7cb6df6ea19118bd7dae899.tar.gz
CMake-fb9355c50e366bd0f7cb6df6ea19118bd7dae899.tar.bz2
cmGlobalGenerator: Return from Compute whether to generate.
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r--Source/cmGlobalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h
index 9c36cca..7bf6b24 100644
--- a/Source/cmGlobalGenerator.h
+++ b/Source/cmGlobalGenerator.h
@@ -86,7 +86,7 @@ public:
*/
virtual void Configure();
- void Compute();
+ bool Compute();
enum TargetTypes {
AllTargets,