Sounds good. I've removed attempting to get LLVMROOT
via registry key.
No particular reason. I've removed them in edd2f667b961e02d106bdc67822fc51cc0603a6c
I've refactored removing all commits associated with the manifest embedding and updated to the current main. I also removed the parentheses for the NOT(MSVC_CLANG)
cmake sections.
I can…
I also ran into that issue with an older version of clang. If it's necessary to have older clang versions functioning, I can push a fix for the casting errors.
For the manifest post build step:…
I've pulled in new commits from main including that PR and have dropped the commits affecting these lines.
Good question. Switched both checks using CMAKE_C_COMPILER_ID
to MSVC_CLANG
in 8556e4147f110.
Your PR resolves the problem without needing the post build step.
However, blender-launcher
fails to compile properly since the [manifest was left as a dependency](https://projects.blender.org/…
I've committed your recommendation. I attempted to build with the latest version of opentbb but due to changes in namespaces - e.g. tbb::task
becoming tbb::detail:d1::task
- I needed to omit…