QHotkey
QHotkey copied to clipboard
CMake Deprecation Warning at QHotkey/CMakeLists.txt:1 (cmake_minimum_required)
CMake Deprecation Warning at lib/QHotkey/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Yeah, this is starting to where it not just warning, but full on fail. Cmake 4.0 and above will reject any that do not require at least 3.5 or above.
@Hellmark Exactly, I'm having the same problem building Crow Translate as it depends on QHotkey. I have CMake 4.0.2 on my system.
This was fixed by commit https://github.com/Skycoder42/QHotkey/commit/8f90bdf90c0f98f639bcff6c49d8da80ad4b31ea.
I think you can now close it.