Ben S.
Ben S.
@andreeis still seeing this using v1.17.16. Am I doing something wrong? CMakePresets.json: ```json { "version": 6, "configurePresets": [ { "name": "ninja-multi-vcpkg", "hidden": true, "generator": "Ninja Multi-Config", "binaryDir": "${sourceDir}/out/build/${presetName}", "installDir": "${sourceDir}/out/install/${presetName}",...
Update: This only happens for `MinSizeRel`.
People experiencing should check that configure on open is disabled in both User and Workspace scopes. I thought I had disabled it, but was looking at the wrong scope.
I thought maybe I wasn't being forceful enough in specifying the `x64-mingw-static` triplet, so I reworked things a bit to set `VCPKG_DEFAULT_TRIPLET` and `VCPKG_DEFAULT_HOST_TRIPLET` globally to the workflow. I no...
That sounds super awkward. I've also got a new data point: Since I'm now setting up everything in MSYS2 and using vcpkg as a submodule, I've disabled use of `run-vcpkg`...
Update: Yeah, just running cmake natively in the shell works. Really my only issue with the workflow now is that it builds vcpkg dependencies every time, which takes up 75%...
Someone pointed out that this may be something added because of an SSO feature, but given that even the flagship mastodon.social instance doesn't offer this as an option, I don't...
Is there any possibility of producing a versioned release with this fix? Vcpkg apparently only package versioned releases, so they currently ship 3.0.1 which is now quite out of date...
What does "Sign in to...interact from your account on a different server" even mean? People on my instance are very confused about this, and I don't even know what it's...
> You can see what I meant with my own pull request to your pull request: [HunterZ#2](https://github.com/HunterZ/systemshock/pull/2) Thanks. I don't know much about coremidi and was just going off of...