kbalbas

Results 2 comments of kbalbas

I ran into this as well and it seems it may be related to [CMP0149](https://cmake.org/cmake/help/latest/policy/CMP0149.html#policy:CMP0149). `check_c_source_compiles` appears to generate a CMakeLists that uses the newest version of CMake on your...

Keeping `cmake_minimum_required(3.16)` in the CMakeLists.txt: Running with `-DCMAKE_POLICY_DEFAULT_CMP0149="OLD"` targets Windows SDK version `10.0.19041.0` on my machine (which matches the windows version, and does not have gameinput.h). Running with `-DCMAKE_POLICY_DEFAULT_CMP0149="NEW"` targets...