diff options
author | Brad King <brad.king@kitware.com> | 2016-12-15 14:29:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-12-15 14:29:56 (GMT) |
commit | a9fee0667ee6396a6a0b7e5d33b542e49e3054c9 (patch) | |
tree | 93d249e469e3097253cc641a2a294f44dbedbb13 | |
parent | a20edeebd2c93ce1d1549d79b525ba5260d7faa5 (diff) | |
parent | 58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9 (diff) | |
download | CMake-a9fee0667ee6396a6a0b7e5d33b542e49e3054c9.zip CMake-a9fee0667ee6396a6a0b7e5d33b542e49e3054c9.tar.gz CMake-a9fee0667ee6396a6a0b7e5d33b542e49e3054c9.tar.bz2 |
Merge topic 'doc-clarify-CMAKE_CL_64'
58f02aaa Help: Clarify meaning of CMAKE_CL_64
-rw-r--r-- | Help/variable/CMAKE_CL_64.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_CL_64.rst b/Help/variable/CMAKE_CL_64.rst index a1e86a5..4e80d1f 100644 --- a/Help/variable/CMAKE_CL_64.rst +++ b/Help/variable/CMAKE_CL_64.rst @@ -1,6 +1,7 @@ CMAKE_CL_64 ----------- -Using the 64-bit compiler from Microsoft +Discouraged. Use :variable:`CMAKE_SIZEOF_VOID_P` instead. -Set to ``true`` when using the 64-bit ``cl`` compiler from Microsoft. +Set to a true value when using a Microsoft Visual Studio ``cl`` compiler that +*targets* a 64-bit architecture. |