mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
7aa9e80e35
We use a special dedicated structure to store the LINK_LIBRARIES target property. Do not try to construct a string from a NULL value. Instead leave the property structure empty when no value is given. Reported-by: Ghyslain Leclerc <ghleclerc@gmail.com>