summaryrefslogtreecommitdiffstats
path: root/Source/cmExportTryCompileFileGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 13:05:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:30 (GMT)
commite6661282436d7901617d2f96d9acf9d4cb7db9d5 (patch)
tree9af878214e82ee76a101ac1701c986fb71adf841 /Source/cmExportTryCompileFileGenerator.h
parent2b9cc1e24871c6b527900e119640ef0adf706f0d (diff)
downloadCMake-e6661282436d7901617d2f96d9acf9d4cb7db9d5.zip
CMake-e6661282436d7901617d2f96d9acf9d4cb7db9d5.tar.gz
CMake-e6661282436d7901617d2f96d9acf9d4cb7db9d5.tar.bz2
Export: Port internal utility to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExportTryCompileFileGenerator.h')
-rw-r--r--Source/cmExportTryCompileFileGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExportTryCompileFileGenerator.h b/Source/cmExportTryCompileFileGenerator.h
index 50c3187..fc135a4 100644
--- a/Source/cmExportTryCompileFileGenerator.h
+++ b/Source/cmExportTryCompileFileGenerator.h
@@ -37,8 +37,8 @@ protected:
std::vector<std::string>&) {}
virtual void HandleMissingTarget(std::string&,
std::vector<std::string>&,
- cmTarget*,
- cmTarget*) {}
+ cmGeneratorTarget*,
+ cmGeneratorTarget*) {}
void PopulateProperties(cmGeneratorTarget const* target,
ImportPropertyMap& properties,