summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-20 14:02:45 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-05-20 14:02:57 (GMT)
commit9860b4c5e8756cb58c4cdfc27a14194f823aa0ab (patch)
treec3147291e886e3a7733d62c29e1847128d2962be /Source
parent96cf96d4ebd27a1cc725c938899a23a2ddd25334 (diff)
parent73a829e0785a497069f55d8b2be2fb7b859a3e20 (diff)
downloadCMake-9860b4c5e8756cb58c4cdfc27a14194f823aa0ab.zip
CMake-9860b4c5e8756cb58c4cdfc27a14194f823aa0ab.tar.gz
CMake-9860b4c5e8756cb58c4cdfc27a14194f823aa0ab.tar.bz2
Merge topic 'interface-library-export-properties'
73a829e078 InterfaceLibrary: Whitelist EXPORT_PROPERTIES property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3336
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTargetPropertyComputer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTargetPropertyComputer.cxx b/Source/cmTargetPropertyComputer.cxx
index 994fcf7..3f763af 100644
--- a/Source/cmTargetPropertyComputer.cxx
+++ b/Source/cmTargetPropertyComputer.cxx
@@ -63,6 +63,7 @@ bool cmTargetPropertyComputer::WhiteListedInterfaceProperty(
builtIns.insert("COMPATIBLE_INTERFACE_NUMBER_MIN");
builtIns.insert("COMPATIBLE_INTERFACE_STRING");
builtIns.insert("EXPORT_NAME");
+ builtIns.insert("EXPORT_PROPERTIES");
builtIns.insert("IMPORTED");
builtIns.insert("IMPORTED_GLOBAL");
builtIns.insert("MANUALLY_ADDED_DEPENDENCIES");