You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
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:
Open build\jenkins\CMakeIncludes\eval_condition_macro.cmake
Open build\cmake\gameanalytics\CMakeLists.txt in CMake
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
build\jenkins\CMakeIncludes\eval_condition_macro.cmake
with
build\cmake\gameanalytics\CMakeLists.txt
in CMakeThe text was updated successfully, but these errors were encountered: