79503492

Date: 2025-03-12 11:55:28
Score: 1
Natty:
Report link

You error seems to be in setting VCPKG_CMAKE_SYSTEM_NAME. According to vcpkg docs:

VCPKG_CMAKE_SYSTEM_NAME

Specifies the target platform.

Since you want to cross-compile for windows, it should be empty (for legacy reasons).

set(VCPKG_CMAKE_SYSTEM_NAME "")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Juan Pablo Garibotti Arias