We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Building GammaRay 3.1.0 using the Visual Studio 2022 IDE fails with
16>MSBuild version 17.8.3+195e7f5a3 for .NET Framework 16>MSBUILD : error MSB1009: Project file does not exist. 16>Switch: install 16>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'C:\Users\matilla\Downloads\gammaray-3.1.0\build\CMakeFiles\a233dcda01107be7f0a67104b8ccb19f\lib_package.rule;C:\Users\matilla\Downloads\gammaray-3.1.0\CMakeLists.txt' exited with code 1. 16>Done building project "lib_package.vcxproj" -- FAILED.
Reproduction steps
Interestingly, when running the build from the CLI using the cmake commands, the build is successful cmake --build . --config Release --target install
cmake --build . --config Release --target install
The text was updated successfully, but these errors were encountered:
We dont provide support for building via IDEs.
Sorry, something went wrong.
No branches or pull requests
Description
Building GammaRay 3.1.0 using the Visual Studio 2022 IDE fails with
Reproduction steps
Interestingly, when running the build from the CLI using the cmake commands, the build is successful
cmake --build . --config Release --target install
The text was updated successfully, but these errors were encountered: