]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: say 'absolute path' in option descriptions and docs
authorViktor Szakats <commit@vsz.me>
Mon, 20 Oct 2025 21:11:53 +0000 (23:11 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 21 Oct 2025 13:07:36 +0000 (15:07 +0200)
commit38c19edd67e705066379530bdc28ea6c25aba8df
treedb57f19081da28ed303453438be9e5d85605e446
parent1966c86d71eb90beeeb3ccbefd6321bd64992553
cmake: say 'absolute path' in option descriptions and docs

To not have to guess. Also to sync with autotools, which already uses
this wording.

Also:
- replace the stray term 'folder' with 'directory' for consistency.
- store help text in a temp variable to avoid overly long strings
  (mandatory in CMake <4.2.0 and can't be trivially split), also
  to avoid repeating this string 4 times.

Ref: https://cmake.org/cmake/help/v4.2/command/set.html

Closes #19169
23 files changed:
CMake/FindBrotli.cmake
CMake/FindCares.cmake
CMake/FindGSS.cmake
CMake/FindGnuTLS.cmake
CMake/FindLDAP.cmake
CMake/FindLibgsasl.cmake
CMake/FindLibidn2.cmake
CMake/FindLibpsl.cmake
CMake/FindLibrtmp.cmake
CMake/FindLibssh.cmake
CMake/FindLibssh2.cmake
CMake/FindLibuv.cmake
CMake/FindMbedTLS.cmake
CMake/FindNGHTTP2.cmake
CMake/FindNGHTTP3.cmake
CMake/FindNGTCP2.cmake
CMake/FindNettle.cmake
CMake/FindQuiche.cmake
CMake/FindRustls.cmake
CMake/FindWolfSSL.cmake
CMake/FindZstd.cmake
CMakeLists.txt
docs/INSTALL-CMAKE.md