summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-17 18:23:40 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-08 09:05:07 (GMT)
commit9eaf3755987821080908a289cefbf546773071f9 (patch)
treece0e87471b4a2b280c3360234ae31ab50be32149 /Source/cmExportInstallFileGenerator.cxx
parent8ed59fc207fd028d5b2b1f8cb8a323291ef04ffc (diff)
downloadCMake-9eaf3755987821080908a289cefbf546773071f9.zip
CMake-9eaf3755987821080908a289cefbf546773071f9.tar.gz
CMake-9eaf3755987821080908a289cefbf546773071f9.tar.bz2
Export: Populate INTERFACE_COMPILE_FEATURES property.
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r--Source/cmExportInstallFileGenerator.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index a83a228..89071c0 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -149,6 +149,10 @@ bool cmExportInstallFileGenerator::GenerateMainFile(std::ostream& os)
te,
cmGeneratorExpression::InstallInterface,
properties, missingTargets);
+ this->PopulateInterfaceProperty("INTERFACE_COMPILE_FEATURES",
+ te,
+ cmGeneratorExpression::InstallInterface,
+ properties, missingTargets);
const bool newCMP0022Behavior =
te->GetPolicyStatusCMP0022() != cmPolicies::WARN