diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-12-30 07:36:34 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-12-30 07:36:34 (GMT) |
commit | af2e4379fcf1d957eb6adcc4725990e4efd02e1c (patch) | |
tree | b9a040c951fc49836bd4dd9a0f3db0c118e2f53b /Help | |
parent | 73d016013437fb3737941fdfb72a54cafb380eb1 (diff) | |
download | CMake-af2e4379fcf1d957eb6adcc4725990e4efd02e1c.zip CMake-af2e4379fcf1d957eb6adcc4725990e4efd02e1c.tar.gz CMake-af2e4379fcf1d957eb6adcc4725990e4efd02e1c.tar.bz2 |
Help: Fix typo not accounting for addition of visionOS
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-toolchains.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst index e32bd29..7ecb6da 100644 --- a/Help/manual/cmake-toolchains.7.rst +++ b/Help/manual/cmake-toolchains.7.rst @@ -583,7 +583,7 @@ generator is recommended. The :generator:`Unix Makefiles` or :generator:`Ninja` generators can also be used, but they require the project to handle more areas like target CPU selection and code signing. -Any of the three systems can be targeted by setting the +Any of the Apple device platforms can be targeted by setting the :variable:`CMAKE_SYSTEM_NAME` variable to a value from the table below. By default, the latest Device SDK is chosen. As for all Apple platforms, a different SDK (e.g. a simulator) can be selected by setting the |