Change #246331
Category | curl |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Tue 21 Oct 2025 15:07:36 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 38c19edd67e705066379530bdc28ea6c25aba8df |
Comments
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
Changed files
- 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