You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Resolve #587 first. If the issue (described below) is still present, then resolve if needed (or remove the instructions about the CMake build).
In README.md the command cmake --build . needs to be executed several times in a row for the build to succeed. This makes an impression that some later steps are attempted earlier than some earlier steps (which sometimes happens during the multi-threaded build). Likely some dependencies are missing in the CMake files. Consider adding those such that the CMake build succeeds, regardless of whether it is a single-threaded build or a multi-threaded one.