summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 11:14:04 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-22 17:23:45 (GMT)
commita3b210fd6cb85cba76f867e93d94dd835fa3278a (patch)
tree82de7537dc09b00543d680bf24e53b01a7d362f7 /Source/cmGeneratorTarget.h
parent8ec60c675a3fb4294776b2d644974361b145c444 (diff)
downloadCMake-a3b210fd6cb85cba76f867e93d94dd835fa3278a.zip
CMake-a3b210fd6cb85cba76f867e93d94dd835fa3278a.tar.gz
CMake-a3b210fd6cb85cba76f867e93d94dd835fa3278a.tar.bz2
cmGeneratorTarget: Require a cmLocalGenerator to construct.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 645b792..675ee9f 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -24,7 +24,7 @@ class cmTarget;
class cmGeneratorTarget
{
public:
- cmGeneratorTarget(cmTarget*);
+ cmGeneratorTarget(cmTarget*, cmLocalGenerator* lg);
cmLocalGenerator* GetLocalGenerator() const;