Closed MarkSchofield closed 1 year ago
A little clean-up to Windows.Clang.toolchain.cmake: There's no need to set CMAKE_<LANG>_COMPILER_ID and CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT. Just setting CMAKE_<LANG>_COMPILER is sufficient; CMake correctly identifies the variables.
Windows.Clang.toolchain.cmake
CMAKE_<LANG>_COMPILER_ID
CMAKE_<LANG>_COMPILER_FRONTEND_VARIANT
CMAKE_<LANG>_COMPILER
A little clean-up to
Windows.Clang.toolchain.cmake
: There's no need to setCMAKE_<LANG>_COMPILER_ID
andCMAKE_<LANG>_COMPILER_FRONTEND_VARIANT
. Just settingCMAKE_<LANG>_COMPILER
is sufficient; CMake correctly identifies the variables.