summaryrefslogtreecommitdiff
path: root/Source/cmExportBuildFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-01-20 17:09:29 +0100
committerStephen Kelly <steveire@gmail.com>2013-01-21 09:05:03 +0100
commit830246e841d24cc9513c857859a4327ffb1d3da5 (patch)
tree7af58ecf6a34cc50036af30669cb7207c04a9760 /Source/cmExportBuildFileGenerator.cxx
parentbd82bb4787410a0bdd6120b8c449f5d31ecc4c28 (diff)
downloadcmake-830246e841d24cc9513c857859a4327ffb1d3da5.tar.gz
Export the COMPATIBLE_INTERFACE_BOOL content properties
Diffstat (limited to 'Source/cmExportBuildFileGenerator.cxx')
-rw-r--r--Source/cmExportBuildFileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExportBuildFileGenerator.cxx b/Source/cmExportBuildFileGenerator.cxx
index 61e130d521..7147f86be8 100644
--- a/Source/cmExportBuildFileGenerator.cxx
+++ b/Source/cmExportBuildFileGenerator.cxx
@@ -74,6 +74,7 @@ bool cmExportBuildFileGenerator::GenerateMainFile(std::ostream& os)
properties, missingTargets);
this->PopulateInterfaceProperty("INTERFACE_POSITION_INDEPENDENT_CODE",
te, properties);
+ this->PopulateCompatibleInterfaceProperties(te, properties);
this->GenerateInterfaceProperties(te, os, properties);
}