summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 12:57:26 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-22 17:23:45 (GMT)
commit5aa556be560b782d149b53bccc12dfc2be2bda0b (patch)
treed058f605aecb4354b2a4095deb409870794e8b8e /Source/cmMakefileLibraryTargetGenerator.cxx
parentbb88668addb3746f6f043533f0405914834a0421 (diff)
downloadCMake-5aa556be560b782d149b53bccc12dfc2be2bda0b.zip
CMake-5aa556be560b782d149b53bccc12dfc2be2bda0b.tar.gz
CMake-5aa556be560b782d149b53bccc12dfc2be2bda0b.tar.bz2
cmMakefileTargetGenerator: Require cmGeneratorTarget.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileLibraryTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx
index 450f573..660027c 100644
--- a/Source/cmMakefileLibraryTargetGenerator.cxx
+++ b/Source/cmMakefileLibraryTargetGenerator.cxx
@@ -22,7 +22,7 @@
//----------------------------------------------------------------------------
cmMakefileLibraryTargetGenerator
::cmMakefileLibraryTargetGenerator(cmGeneratorTarget* target):
- cmMakefileTargetGenerator(target->Target)
+ cmMakefileTargetGenerator(target)
{
this->CustomCommandDriver = OnDepends;
if (this->Target->GetType() != cmTarget::INTERFACE_LIBRARY)