mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-23 09:59:30 +00:00
clang-cl defines MSVC in CMake, but some guarded blocks apply flags or behavior that are specific to cl.exe and should not be passed to clang-cl. Exclude Clang from those MSVC-only branches so clang-cl follows the compatible compiler path instead of inheriting cl.exe-only settings.