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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"cmake -B build" (step1) followed by "cmake --build build" (step2) yields a "Build: 2 succeeded, 325 failed, 0 up-to-date, 0 skipped".
Maybe naively, I expect the installation to work.
1d27d27
Windows 11 (of course x64)
I attach console outputs for step1 and step2 step1.txt step2.txt
The text was updated successfully, but these errors were encountered:
You might try turning off build testing and seeing if you can get it to build. To do that: "cmake -B build -DBUILD_TESTING=Off"
Sorry, something went wrong.
No branches or pull requests
Description
"cmake -B build" (step1) followed by "cmake --build build" (step2) yields a "Build: 2 succeeded, 325 failed, 0 up-to-date, 0 skipped".
Expected Behaviour
Maybe naively, I expect the installation to work.
Version of stdlib
1d27d27
Platform and Architecture
Windows 11 (of course x64)
Additional Information
I attach console outputs for step1 and step2
step1.txt
step2.txt
The text was updated successfully, but these errors were encountered: