Cmake Problem #12083
-
Hello. I'm not sure if this is worth putting into Issues, since it is likely a problem on my end. I'm trying to build Musescore on my computer at the moment. I've downloaded qt version 5.15.2, edited my environment variables, and downloaded and installed Cmake. However, when I open Musescore file on Visual Studio, there don't appear to be any solutions. When I try to make them myself by running cmake -P build.cmake -DCMAKE_BUILD_TYPE=Release, I get I've tried changing the cmake build text to look for instances of Visual Studio 2022, since that is the version I have. I receive similar problems. What might I be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Not sure we're ready yet for VS 2022, VS 2019 is what's currently being used |
Beta Was this translation helpful? Give feedback.
-
This is a good place for your question (Our discord server would have also been good). Though I doubt I will be able to answer you question, can you tell me which line you changed and to what? |
Beta Was this translation helpful? Give feedback.
-
msvc_build.bat is only prepared for VS 2017 and VS 2019 so far, and CMakeSettings.json and build.cmake only for VS 2019. At least the latter 2 would need to get adjusted, the former only if you're using that (I do for the initial setup) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Based on the pull request I saw, should VS 2022 now be useable? |
Beta Was this translation helpful? Give feedback.
Not sure we're ready yet for VS 2022, VS 2019 is what's currently being used