diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-09-10 20:58:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-09-11 16:30:46 (GMT) |
commit | 08ce3f486e789275104a390d2d34f36a90c5fd2f (patch) | |
tree | 1fae913a063920f9613a62149a2ff366799246ff /Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt | |
parent | 8e8824149fb6525f1a6da5f9c825a67765ce240b (diff) | |
download | CMake-08ce3f486e789275104a390d2d34f36a90c5fd2f.zip CMake-08ce3f486e789275104a390d2d34f36a90c5fd2f.tar.gz CMake-08ce3f486e789275104a390d2d34f36a90c5fd2f.tar.bz2 |
cmTarget: Only append non-empty values to buildsystem properties.
This is a change in behavior from CMake 3.3, but there is no semantic meaning
to empty entries in buildsystem properties. This also restores behavior to
that of CMake 2.8.10.
Diffstat (limited to 'Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt')
-rw-r--r-- | Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt b/Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt index 81ef170..bd5a992 100644 --- a/Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt +++ b/Tests/RunCMake/set_property/COMPILE_FEATURES-stdout.txt @@ -1 +1 @@ --- Target COMPILE_FEATURES is 'a;;b;c;;d;;e' +-- Target COMPILE_FEATURES is 'a;b;c;d;;e' |