Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[qtgraphs] Build failure on x64-windows due to CMake Version #43816

Open
rremilian opened this issue Feb 13, 2025 · 0 comments
Open

[qtgraphs] Build failure on x64-windows due to CMake Version #43816

rremilian opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@rremilian
Copy link
Contributor

Operating system

Windows

Compiler

MSVC 14.29.30133

Steps to reproduce the behavior

./vcpkg install qt

Failure logs

I no longer have the failure logs.
When I tried to install qt, the build for qtgraphs failed with this error:

  set_property could not find CACHE variable _Python3_EXECUTABLE_DEBUG.
  Perhaps it has not yet been created.

There is an issue on the CMake upstream repository about this: 26163.
It was fixed in CMake v3.30.2 -> MR 9686

For the time being, the workaround is to use a newer version of CMake from the system using VCPKG_FORCE_SYSTEM_BINARIES.

Additional context

No response

@rremilian rremilian added the category:port-bug The issue is with a library, which is something the port should already support label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

2 participants