chiark / gitweb /
Make the icons build step optional.
authorSimon Tatham <anakin@pobox.com>
Wed, 31 Mar 2021 17:44:44 +0000 (18:44 +0100)
committerSimon Tatham <anakin@pobox.com>
Wed, 31 Mar 2021 17:44:44 +0000 (18:44 +0100)
commitb05a975feeef0abfa5dd38837217b8717e0e7539
tree719c4e4517f169f9e1003546c506f99c30209792
parent71c66b6fbd965a891bdf6546e4d0571da018db8b
Make the icons build step optional.

This way, ImageMagick is no longer a hard build dependency. For
developers or users, building puzzles without nice icons is preferable
to not building them at all.

(Also, thanks to Michael Quevillon for pointing out very promptly that
my use of 'REQUIRED' in the find_program command was implicitly
depending on a version of CMake in advance of my minimum_required
specification. This change fixes that too, in passing.)
icons/icons.cmake