Bug Report | MSVC下的编译失败问题与可行修改措施
Opened this issue · 0 comments
Mysvac commented
Describe the bug | Bug描述
tinyobjloader的cmake_minimum_required过低导致cmake -B build失败Jolt\Core\JobSystemThreadPool.cpp使用了时间字面量us但是未导入chrono库,导致编译失败- (可选)
engine/source/editor/CMakeLists.txt:44缺少POST_BUILD标记
可行修复措施
参考 #503
Steps to reproduce | 如何复现
Steps to reproduce the behavior:
- 拉取最新提交
- 使用 build_windows.bat
Screenshots/Logs | 截图/日志
- tinyobjloader 的 cmake 版本过低截图:
- Jolt
- add_custom_command
Desktop | 桌面环境
- OS: Windows
- Version Win11
- Compiler MSVC 2022
- CMake Version: 4.0.0