diff options
author | Brad King <brad.king@kitware.com> | 2016-12-14 15:35:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-14 16:11:55 (GMT) |
commit | 58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9 (patch) | |
tree | d9cea049198ec61bb2b7a90d98b0de4733cb2061 /Help/variable/CMAKE_CL_64.rst | |
parent | 858081c2f9c8066396982cf7e7277514c8cce6e4 (diff) | |
download | CMake-58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9.zip CMake-58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9.tar.gz CMake-58f02aaa4df6dcdac917ff7af7db2a7a1eb040f9.tar.bz2 |
Help: Clarify meaning of CMAKE_CL_64
Closes: #16504
Diffstat (limited to 'Help/variable/CMAKE_CL_64.rst')
-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. |