1CMAKE_OSX_SYSROOT 2----------------- 3 4Specify the location or name of the macOS platform SDK to be used. 5CMake uses this value to compute the value of the ``-isysroot`` flag 6or equivalent and to help the ``find_*`` commands locate files in 7the SDK. 8 9If not set explicitly the value is initialized by the ``SDKROOT`` 10environment variable, if set, and otherwise computed based on the 11:variable:`CMAKE_OSX_DEPLOYMENT_TARGET` or the host platform. 12 13.. include:: CMAKE_OSX_VARIABLE.txt 14