diff options
author | Brad King <brad.king@kitware.com> | 2019-05-17 13:14:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-17 13:20:04 (GMT) |
commit | 73a829e0785a497069f55d8b2be2fb7b859a3e20 (patch) | |
tree | 0b35fd1a09a4ade6e87da004bd4b01ddd9dc8be9 /Source/cmTargetPropertyComputer.cxx | |
parent | 736f9d184da2109b009078e3184e996883bd7554 (diff) | |
download | CMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.zip CMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.tar.gz CMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.tar.bz2 |
InterfaceLibrary: Whitelist EXPORT_PROPERTIES property
Fixes: #19261
Diffstat (limited to 'Source/cmTargetPropertyComputer.cxx')
-rw-r--r-- | Source/cmTargetPropertyComputer.cxx | 1 |
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"); |