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
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:
Screenshots/Logs | 截图/日志
Desktop | 桌面环境