We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
MSVC 14.29.30133
./vcpkg install qt
I no longer have the failure logs. When I tried to install qt, the build for qtgraphs failed with this error:
qt
qtgraphs
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.
VCPKG_FORCE_SYSTEM_BINARIES
No response
The text was updated successfully, but these errors were encountered:
jimwang118
No branches or pull requests
Operating system
Windows
Compiler
MSVC 14.29.30133
Steps to reproduce the behavior
Failure logs
I no longer have the failure logs.
When I tried to install
qt
, the build forqtgraphs
failed with this error: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
The text was updated successfully, but these errors were encountered: