diff options
author | Alex Merry <alex.merry@kde.org> | 2015-11-03 12:00:44 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-11-04 09:40:39 +0000 |
commit | 21629f651a6a5d9d977be03fd9f98417c4fa27ae (patch) | |
tree | 598ee7cfef7032e8418335b5e6a578c59c0d6165 /tests/ECMInstallIconsTest/v1-syntax-no-icons | |
parent | a76e17ab8f527930c7c6b90f7d87f35c8ceb0ad2 (diff) | |
download | extra-cmake-modules-21629f651a6a5d9d977be03fd9f98417c4fa27ae.tar.gz extra-cmake-modules-21629f651a6a5d9d977be03fd9f98417c4fa27ae.tar.bz2 |
Warn instead of error if ecm_install_icons finds no icons.v5.16.0-rc1
The V1 syntax of ecm_install_icons searched for icons by globbing files
with a particular naming pattern. If there were no such icons, this used
to do nothing, but silently. Commit fb7b8eea7d accidentally made this an
error. More sensible would be to make it a warning.
BUG: 354610
REVIEW: 125931
Diffstat (limited to 'tests/ECMInstallIconsTest/v1-syntax-no-icons')
-rw-r--r-- | tests/ECMInstallIconsTest/v1-syntax-no-icons/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ECMInstallIconsTest/v1-syntax-no-icons/CMakeLists.txt b/tests/ECMInstallIconsTest/v1-syntax-no-icons/CMakeLists.txt new file mode 100644 index 00000000..e0cacec2 --- /dev/null +++ b/tests/ECMInstallIconsTest/v1-syntax-no-icons/CMakeLists.txt @@ -0,0 +1 @@ +ecm_install_icons(v1-icons-dummy) |