-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build using Windows Visual Studio 2022 - sentry-cli 0.7.15 #1094
Comments
Hi, it is not clear what went wrong here, but this path is well-tested. You're mentioning I have created a test repository that only contains a workflow to build Native SDK |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Description
Cannot build using Windows Visual Studio 2022.
When does the problem happen
Environment
Steps To Reproduce
Get latest zip of sentry-cli (0.7.15)
Unzip
From Visual Studio Power Shell, in the unzipped folder as follows:
cmake -DBUILD_SHARED_LIBS=OFF -DSENTRY_BACKEND=breakpad -DSENTRY_BUILD_RUNTIMESTATIC=ON -DCMAKE_GENERATOR_PLATFORM=x64 -B build
The command fails, as cmake is unable to find cmake/utils.cmake
If I comment-out all of the following lines in CMakeLIsts.txt, the cmake command works:
The text was updated successfully, but these errors were encountered: