summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 12:54:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:30 (GMT)
commit97062ac268d1bcc62a528aea2e22a7dd6f6efa8f (patch)
tree4f5d7e07e230394cbff32618b534509c2d8e1d9e /Source/cmInstallTargetGenerator.h
parent6a72b3c84e016d7e540aa3d9b079200b3fb52ab7 (diff)
downloadCMake-97062ac268d1bcc62a528aea2e22a7dd6f6efa8f.zip
CMake-97062ac268d1bcc62a528aea2e22a7dd6f6efa8f.tar.gz
CMake-97062ac268d1bcc62a528aea2e22a7dd6f6efa8f.tar.bz2
cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget.
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r--Source/cmInstallTargetGenerator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index a8f4a75..ec89c05 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -14,7 +14,6 @@
#include "cmInstallGenerator.h"
-class cmTarget;
class cmGeneratorTarget;
/** \class cmInstallTargetGenerator
@@ -54,7 +53,7 @@ public:
NameReal
};
- static std::string GetInstallFilename(cmTarget const* target,
+ static std::string GetInstallFilename(const cmGeneratorTarget* target,
const std::string& config,
NameType nameType = NameNormal);