summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-05-17 13:14:45 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-17 13:20:04 (GMT)
commit73a829e0785a497069f55d8b2be2fb7b859a3e20 (patch)
tree0b35fd1a09a4ade6e87da004bd4b01ddd9dc8be9 /Tests/ExportImport/Export
parent736f9d184da2109b009078e3184e996883bd7554 (diff)
downloadCMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.zip
CMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.tar.gz
CMake-73a829e0785a497069f55d8b2be2fb7b859a3e20.tar.bz2
InterfaceLibrary: Whitelist EXPORT_PROPERTIES property
Fixes: #19261
Diffstat (limited to 'Tests/ExportImport/Export')
-rw-r--r--Tests/ExportImport/Export/Interface/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/Interface/CMakeLists.txt b/Tests/ExportImport/Export/Interface/CMakeLists.txt
index fd55c42..22a4ef6 100644
--- a/Tests/ExportImport/Export/Interface/CMakeLists.txt
+++ b/Tests/ExportImport/Export/Interface/CMakeLists.txt
@@ -41,6 +41,8 @@ install(FILES
add_library(cmakeonly INTERFACE)
set_property(TARGET cmakeonly PROPERTY INTERFACE_COMPILE_DEFINITIONS [[DEF="\"\$\B"]])
+set_property(TARGET cmakeonly PROPERTY custom_property CustomPropertyValue)
+set_property(TARGET cmakeonly PROPERTY EXPORT_PROPERTIES custom_property)
install(TARGETS headeronly sharediface use_auto_type use_c_restrict source_target
cmakeonly