diff options
author | Brad King <brad.king@kitware.com> | 2016-09-30 15:50:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-30 15:54:16 (GMT) |
commit | 39c898a107269a488b9dcb72bf99c545ab35e54c (patch) | |
tree | 0156cdc6d72016cf7e1f95551f8e71d8bdf23c58 /Help/generator | |
parent | 8491a539cf316f14abaf70d7be04f8929119e501 (diff) | |
download | CMake-39c898a107269a488b9dcb72bf99c545ab35e54c.zip CMake-39c898a107269a488b9dcb72bf99c545ab35e54c.tar.gz CMake-39c898a107269a488b9dcb72bf99c545ab35e54c.tar.bz2 |
Help: Clarify that `cmake -A` option sets VS IDE target architecture
Diffstat (limited to 'Help/generator')
-rw-r--r-- | Help/generator/Visual Studio 10 2010.rst | 2 | ||||
-rw-r--r-- | Help/generator/Visual Studio 11 2012.rst | 2 | ||||
-rw-r--r-- | Help/generator/Visual Studio 12 2013.rst | 2 | ||||
-rw-r--r-- | Help/generator/Visual Studio 14 2015.rst | 2 | ||||
-rw-r--r-- | Help/generator/Visual Studio 15.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Help/generator/Visual Studio 10 2010.rst b/Help/generator/Visual Studio 10 2010.rst index 77ea9df..c694443 100644 --- a/Help/generator/Visual Studio 10 2010.rst +++ b/Help/generator/Visual Studio 10 2010.rst @@ -4,7 +4,7 @@ Visual Studio 10 2010 Generates Visual Studio 10 (VS 2010) project files. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set -to specify a target platform name. +to specify a target platform name (architecture). For compatibility with CMake versions prior to 3.1, one may specify a target platform name optionally at the end of this generator name: diff --git a/Help/generator/Visual Studio 11 2012.rst b/Help/generator/Visual Studio 11 2012.rst index 5fa7f2c..2f1e729 100644 --- a/Help/generator/Visual Studio 11 2012.rst +++ b/Help/generator/Visual Studio 11 2012.rst @@ -4,7 +4,7 @@ Visual Studio 11 2012 Generates Visual Studio 11 (VS 2012) project files. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set -to specify a target platform name. +to specify a target platform name (architecture). For compatibility with CMake versions prior to 3.1, one may specify a target platform name optionally at the end of this generator name: diff --git a/Help/generator/Visual Studio 12 2013.rst b/Help/generator/Visual Studio 12 2013.rst index 2c3b119..6e8545b 100644 --- a/Help/generator/Visual Studio 12 2013.rst +++ b/Help/generator/Visual Studio 12 2013.rst @@ -4,7 +4,7 @@ Visual Studio 12 2013 Generates Visual Studio 12 (VS 2013) project files. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set -to specify a target platform name. +to specify a target platform name (architecture). For compatibility with CMake versions prior to 3.1, one may specify a target platform name optionally at the end of this generator name: diff --git a/Help/generator/Visual Studio 14 2015.rst b/Help/generator/Visual Studio 14 2015.rst index b35997a..707caf9 100644 --- a/Help/generator/Visual Studio 14 2015.rst +++ b/Help/generator/Visual Studio 14 2015.rst @@ -4,7 +4,7 @@ Visual Studio 14 2015 Generates Visual Studio 14 (VS 2015) project files. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set -to specify a target platform name. +to specify a target platform name (architecture). For compatibility with CMake versions prior to 3.1, one may specify a target platform name optionally at the end of this generator name: diff --git a/Help/generator/Visual Studio 15.rst b/Help/generator/Visual Studio 15.rst index 2b9e33a..ae456eb 100644 --- a/Help/generator/Visual Studio 15.rst +++ b/Help/generator/Visual Studio 15.rst @@ -4,7 +4,7 @@ Visual Studio 15 Generates Visual Studio 15 project files. The :variable:`CMAKE_GENERATOR_PLATFORM` variable may be set -to specify a target platform name. +to specify a target platform name (architecture). For compatibility with CMake versions prior to 3.1, one may specify a target platform name optionally at the end of this generator name: |