diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-01-20 16:09:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-21 08:05:03 (GMT) |
commit | 830246e841d24cc9513c857859a4327ffb1d3da5 (patch) | |
tree | 7af58ecf6a34cc50036af30669cb7207c04a9760 /Source/cmExportInstallFileGenerator.cxx | |
parent | bd82bb4787410a0bdd6120b8c449f5d31ecc4c28 (diff) | |
download | CMake-830246e841d24cc9513c857859a4327ffb1d3da5.zip CMake-830246e841d24cc9513c857859a4327ffb1d3da5.tar.gz CMake-830246e841d24cc9513c857859a4327ffb1d3da5.tar.bz2 |
Export the COMPATIBLE_INTERFACE_BOOL content properties
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r-- | Source/cmExportInstallFileGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx index 965f63d..526a6be 100644 --- a/Source/cmExportInstallFileGenerator.cxx +++ b/Source/cmExportInstallFileGenerator.cxx @@ -91,6 +91,7 @@ bool cmExportInstallFileGenerator::GenerateMainFile(std::ostream& os) properties, missingTargets); this->PopulateInterfaceProperty("INTERFACE_POSITION_INDEPENDENT_CODE", te, properties); + this->PopulateCompatibleInterfaceProperties(te, properties); this->GenerateInterfaceProperties(te, os, properties); } |