SlimeVR / SlimeVR-OpenVR-Driver

SlimeVR driver for OpenVR
Apache License 2.0
204 stars 46 forks source link

Use the x64-windows-static-md triplet #28

Closed kitlith closed 1 year ago

kitlith commented 1 year ago

Motivation: apparently there are compatibility hazards if we use dynamic linking for protobuf, and people are running into this with k2vr.

So far, this PR makes the minimal changes so that CI does the correct thing. Developers should also have it automatically do the right thing (after a clean reconfigure?) due to the section I added to the top of CMakeLists.txt