mstorsjo/msvc-wine

CMake vcpkg refuses to work

Closed this issue · 0 comments

Hi!

I'm getting this error when attempting to use vcpkg in CMake with the way described in the readme:

-- Running vcpkg install
error: in triplet x64-windows: Use of Visual Studio's Developer Prompt is unsupported on non-Windows hosts.
Define 'VCPKG_CMAKE_SYSTEM_NAME' or 'VCPKG_CHAINLOAD_TOOLCHAIN_FILE' in the triplet file.
-- Running vcpkg install - failed

I assume some more configuration is needed to make this work. What could it be?