To prevent linking errors when building against the vcpkg [x64-windows-static triplet](https://github.com/microsoft/vcpkg/blob/120deac3062162151622ca4860575a33844ba10b/triplets/x64-windows-static.cmake), either [CMAKE_MSVC_RUNTIME_LIBRARY](https://cmake.org/cmake/help/v3.23/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html) or the target-specific [MSVC_RUNTIME_LIBRARY](https://cmake.org/cmake/help/v3.23/prop_tgt/MSVC_RUNTIME_LIBRARY.html#prop_tgt:MSVC_RUNTIME_LIBRARY) should be defined to enforce the correct runtime.