Skip to content

cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'.

The target-property MANUALLY_ADDED_DEPENDENCIES may be set on an INTERFACE library target using add_dependencies(). Strangely enough, reading this property is not permitted since it is missing from the white list. This change fixes this inconsistency by adding it to the white list.

Merge request reports