D19812: Add a web page to view and compare icons of different sizes
Nathaniel Graham
noreply at phabricator.kde.org
Sat Mar 16 23:24:41 GMT 2019
ngraham added a comment.
mmm, I'm afraid that didn't work. running `cmake` on it reveals the following:
CMake Error at CMakeLists.txt:71 (add_custom_target):
add_custom_target cannot create target "generate-web" because another
target with the same name already exists. The existing target is a custom
target created in source directory "/home/dev/kde/src/breeze-icons/icons".
See documentation for policy CMP0002 for more details.
You have it inside the `generate_binary_resource` function, which means that it can be called twice. You'll need to move this target outside of that function.
REPOSITORY
R266 Breeze Icons
REVISION DETAIL
https://phabricator.kde.org/D19812
To: guoyunhe, ngraham, #vdg, ndavis, #breeze
Cc: bcooksley, ngraham, kde-frameworks-devel, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190316/3588b96b/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list