diff options
author | Brad King <brad.king@kitware.com> | 2023-09-20 16:44:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-20 16:44:00 (GMT) |
commit | 51c292781653b3fe7a64a535744aea0d59f11a6e (patch) | |
tree | d85ff5f5d231ffe6b362a4f8e1c073f29458906c /Help/variable | |
parent | e625255fe45336d187a3fbe273dc158049f326f6 (diff) | |
download | CMake-51c292781653b3fe7a64a535744aea0d59f11a6e.zip CMake-51c292781653b3fe7a64a535744aea0d59f11a6e.tar.gz CMake-51c292781653b3fe7a64a535744aea0d59f11a6e.tar.bz2 |
Help: Clarify requirements for find_package to use lib{64,32,x32} paths
Issue: #25157
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_SIZEOF_VOID_P.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_SIZEOF_VOID_P.rst b/Help/variable/CMAKE_SIZEOF_VOID_P.rst index f5464d1..0c1fd7a 100644 --- a/Help/variable/CMAKE_SIZEOF_VOID_P.rst +++ b/Help/variable/CMAKE_SIZEOF_VOID_P.rst @@ -4,5 +4,5 @@ CMAKE_SIZEOF_VOID_P Size of a ``void`` pointer. This is set to the size of a pointer on the target machine, and is determined -by a try compile. If a 64-bit size is found, then the library search -path is modified to look for 64-bit libraries first. +when a compiled language is enabled. If a 64-bit size is found, then the +library search path is modified to look for 64-bit libraries first. |