summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetPropertyComputer.cxx
diff options
context:
space:
mode:
authorSebastian Lipponer <mail@sebastianlipponer.de>2019-01-14 18:46:59 (GMT)
committerSebastian Lipponer <mail@sebastianlipponer.de>2019-01-14 19:59:33 (GMT)
commit59c408d053cfe90273db04c3804ed91d7ad59d8f (patch)
treedabeb2526b6c1186d62d2574bdb73ac0f89a4e16 /Source/cmTargetPropertyComputer.cxx
parent4541c914b587125048c8e82bc3cd687f573f753a (diff)
downloadCMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.zip
CMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.tar.gz
CMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.tar.bz2
cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'.
Diffstat (limited to 'Source/cmTargetPropertyComputer.cxx')
-rw-r--r--Source/cmTargetPropertyComputer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTargetPropertyComputer.cxx b/Source/cmTargetPropertyComputer.cxx
index 06ce0b1..e1765ff 100644
--- a/Source/cmTargetPropertyComputer.cxx
+++ b/Source/cmTargetPropertyComputer.cxx
@@ -65,6 +65,7 @@ bool cmTargetPropertyComputer::WhiteListedInterfaceProperty(
builtIns.insert("EXPORT_NAME");
builtIns.insert("IMPORTED");
builtIns.insert("IMPORTED_GLOBAL");
+ builtIns.insert("MANUALLY_ADDED_DEPENDENCIES");
builtIns.insert("NAME");
builtIns.insert("TYPE");
}