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
The name of xqc_build.sh makes people think it's used to build (on any platform).
Worse yet, IT MODIFIES CMakeList.txt even if it fails, which is hard to notice.
Then the modified CMakeList.txt will cause compile failures later even if people find the right way to build.
Steps To Reproduce
run xqc_build.sh first, then follow README to build.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
The name of
xqc_build.sh
makes people think it's used to build (on any platform).Worse yet, IT MODIFIES
CMakeList.txt
even if it fails, which is hard to notice.Then the modified
CMakeList.txt
will cause compile failures later even if people find the right way to build.Steps To Reproduce
run
xqc_build.sh
first, then follow README to build.Relevant log output
No response
The text was updated successfully, but these errors were encountered: