mobius3 / kiwi

KiWi: Killer Widgets
zlib License
186 stars 19 forks source link

updated minimum cmake reqmts to fix with CMP0074 when cross-compiling #38

Closed Emersont1 closed 5 years ago

Emersont1 commented 5 years ago

I'm currently compiling it with MINGW and in order for it to be found it needs to be updated to 3.15 and then i set the cmake_policy separately

mobius3 commented 5 years ago

Nice, thanks for your pull request. Do you happen to know the lowest CMake version to support what you need? I ask that because it is a quite big jump from 2.8 to 3.15, I was wondering if a lower version could be used, in an attempt to not break for other users.

Emersont1 commented 5 years ago

i think i'm going to close this PR, as even though i can get it compiling via minGW, i can't get it to actually work, so now i'm doubting that CMP0074 is the main issue