diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-17 13:10:32 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:29:30 (GMT) |
commit | d231c31b98eb80929d9aabf8e606abde39fc08f4 (patch) | |
tree | ab16b6e98e1ee696e07d5b3273b41c7b24b55ece /Source/cmExportInstallFileGenerator.cxx | |
parent | e6661282436d7901617d2f96d9acf9d4cb7db9d5 (diff) | |
download | CMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.zip CMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.tar.gz CMake-d231c31b98eb80929d9aabf8e606abde39fc08f4.tar.bz2 |
Export: Port internal API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r-- | Source/cmExportInstallFileGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx index 988b0dc..ea5badc 100644 --- a/Source/cmExportInstallFileGenerator.cxx +++ b/Source/cmExportInstallFileGenerator.cxx @@ -375,8 +375,8 @@ cmExportInstallFileGenerator // properties); // Generate code in the export file. - this->GenerateImportPropertyCode(os, config, gtgt->Target, properties); - this->GenerateImportedFileChecksCode(os, gtgt->Target, properties, + this->GenerateImportPropertyCode(os, config, gtgt, properties); + this->GenerateImportedFileChecksCode(os, gtgt, properties, importedLocations); } } |