-
- Downloads
Xcode: Extract CMAKE_<LANG>_COMPILER from compiler id with multiple archs
When targeting a platform that supports multiple architectures, Xcode may choose to build all of them in our small compiler id project. Update the regex we use to extract the path to the compiler from the Xcode output to account for this. Fixes: #21425
Showing
- Modules/CMakeDetermineCCompiler.cmake 1 addition, 1 deletionModules/CMakeDetermineCCompiler.cmake
- Modules/CMakeDetermineCXXCompiler.cmake 1 addition, 1 deletionModules/CMakeDetermineCXXCompiler.cmake
- Modules/CMakeDetermineOBJCCompiler.cmake 1 addition, 1 deletionModules/CMakeDetermineOBJCCompiler.cmake
- Modules/CMakeDetermineOBJCXXCompiler.cmake 1 addition, 1 deletionModules/CMakeDetermineOBJCXXCompiler.cmake
Loading
Please register or sign in to comment