thezbyg / gpick

Advanced color picker written in C++ using GTK+ toolkit
BSD 3-Clause "New" or "Revised" License
381 stars 34 forks source link

cmake/Version: fix cross compilation. #191

Closed ericonr closed 2 years ago

ericonr commented 3 years ago

It's a CMake weirdness, sometimes it can't find files when cross compiling unless that option is added.

thezbyg commented 2 years ago

I have included your change as part of other updates in https://github.com/thezbyg/gpick/commit/58c485836b1f35cda3410b77ff00b13e45b51731. Thanks.

ericonr commented 2 years ago

Thanks!