Starting with CMake 4.0, CMake doesn't initialize the CMAKE_OSX_SYSROOT variable with any value when running on a macOS host and no explicit CMAKE_OSX_SYSROOT or CMAKE_SYSTEM_NAME is set. CMake expects the platform compiler wrapper /usr/bin/c++ to pass an appropriate -isysroot flag to the underlying compiler, without CMake explicitly setting one. This mostly works, but the configure output will not show anymore the active sysroot path. Query the active path from xcrun, and display it in the configure output. Pick-to: 6.8 Task-number: QTBUG-135621 Change-Id: Ic9b9a43e25bb88bb83165dce52356c77ea8fffe1 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit ab7eb492cba64fe985ea80b2f0be22c1c18f3c5e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%