diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-17 18:23:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-04-08 09:05:07 (GMT) |
commit | 9eaf3755987821080908a289cefbf546773071f9 (patch) | |
tree | ce0e87471b4a2b280c3360234ae31ab50be32149 /Source/cmExportBuildFileGenerator.cxx | |
parent | 8ed59fc207fd028d5b2b1f8cb8a323291ef04ffc (diff) | |
download | CMake-9eaf3755987821080908a289cefbf546773071f9.zip CMake-9eaf3755987821080908a289cefbf546773071f9.tar.gz CMake-9eaf3755987821080908a289cefbf546773071f9.tar.bz2 |
Export: Populate INTERFACE_COMPILE_FEATURES property.
Diffstat (limited to 'Source/cmExportBuildFileGenerator.cxx')
-rw-r--r-- | Source/cmExportBuildFileGenerator.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx index e79206d..6c8ebb6 100644 --- a/Source/cmExportBuildFileGenerator.cxx +++ b/Source/cmExportBuildFileGenerator.cxx @@ -85,6 +85,9 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os) this->PopulateInterfaceProperty("INTERFACE_AUTOUIC_OPTIONS", te, cmGeneratorExpression::BuildInterface, properties, missingTargets); + this->PopulateInterfaceProperty("INTERFACE_COMPILE_FEATURES", te, + cmGeneratorExpression::BuildInterface, + properties, missingTargets); this->PopulateInterfaceProperty("INTERFACE_POSITION_INDEPENDENT_CODE", te, properties); const bool newCMP0022Behavior = |