Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

当编译遇到了史无前例的bug.md

File metadata and controls

12 lines (8 loc) · 307 Bytes

Thank you GPT, you saved my life.

  • Clean Up Old Build Files: Sometimes old or corrupted build files can cause issues.

  • Try cleaning up the build directory and re-running the CMake configuration. This can be done with the following commands:

rm -rf CMakeFiles CMakeCache.txt
cmake .
make