CMake/Tests/RunCMake/set_property
Brad King 7aa9e80e35 set_property: Fix crash when setting LINK_LIBRARIES to nothing
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>
2015-07-08 13:23:16 -04:00
..
CMakeLists.txt set_property: Fix crash when setting LINK_LIBRARIES to nothing 2015-07-08 13:23:16 -04:00
LINK_LIBRARIES.cmake set_property: Fix crash when setting LINK_LIBRARIES to nothing 2015-07-08 13:23:16 -04:00
RunCMakeTest.cmake set_property: Fix crash when setting LINK_LIBRARIES to nothing 2015-07-08 13:23:16 -04:00