For people that might have been experiencing the same problem as I have, in order to compile with the latest version of CMake for VS2022 support, here is what you need to do:
1) Open build\jenkins\CMakeIncludes\eval_condition_macro.cmake
2) Replace
3) Open build\cmake\gameanalytics\CMakeLists.txt in CMake
4) After our replacement it would spew out a bunch of warnings on configuration, but now it would actually be able to configure and generate a solution for VS 2022.
For people that might have been experiencing the same problem as I have, in order to compile with the latest version of CMake for VS2022 support, here is what you need to do: 1) Open
build\jenkins\CMakeIncludes\eval_condition_macro.cmake
2) Replacewith
3) Open
build\cmake\gameanalytics\CMakeLists.txt
in CMake 4) After our replacement it would spew out a bunch of warnings on configuration, but now it would actually be able to configure and generate a solution for VS 2022.