The error you're encountering with compiling spine-glfw
using Visual Studio 2022 seems to be related to the CMake FetchContent module failing to fetch or build the GLFW library. This could be due to a variety of reasons, such as network issues, incorrect CMake configurations, or missing dependencies. To resolve this, ensure that you have a stable internet connection and that all necessary build tools and dependencies are installed. You might also want to try clearing the CMake cache and regenerating the project files. Additionally, verify that the CMake version you are using is compatible with the GLFW version being fetched.