Generate a visual studio 2026 solution and build from there:
`cmake -G "Visual Studio 18 2026" -A x64`
## linux:
`cmake -B build -DCMAKE_BUILD_TYPE=Debug`
`cmake --build build -j`
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.