Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #246331

Category curl
Changed by Viktor Szakats <commitohnoyoudont@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