Skip to content

Commit 19e6996

Browse files
memshardedfranramirez688
authored andcommitted
api sdk_version (conan-io#3751)
1 parent 762159d commit 19e6996

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/config_files/profiles.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ the associated runtime, you can use:
680680
- **`detect_clang_compiler(compiler_exe="clang")`**: Return the tuple ('clang'|'apple-clang', version, executable) for ``clang`` or ``apple-clang``.
681681
- **`detect_msvc_compiler()`**: Detect the compiler ('msvc', version, None) default version of the latest VS IDE installed
682682
- **`detect_cl_compiler(compiler_exe="cl")`**: Detect the compiler ('msvc', version, executable) for the ``cl.exe`` compiler
683+
- **`detect_sdk_version(sdk)`**: Detect the Apple SDK version (``None`` for non Apple platforms), for the given ``sdk``. Equivalent to ``xcrun -sdk {sdk} --show-sdk-version``
683684
684685

685686
.. _reference_config_files_profile_patterns:

0 commit comments

Comments
 (0)