Change #273063
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sat 27 Jun 2026 11:56:18 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 0a6c74a8025360599cddbe1d0d3568bce603738e |
Comments
cmake: minor tidy-ups - INSTALL-CMAKE.md: document that `CMAKE_INSTALL_PREFIX` may be set as environment (with CMake 3.29+) Ref: https://cmake.org/cmake/help/v3.29/variable/CMAKE_INSTALL_PREFIX.html - CurlTests: fix copy-paste typo in comment. Spotted by GitHub Code Quality - optimized out `_generated_dir` local variable. - unfold a `@ONLY` to match rest of code. Closes #22203
Changed files
- CMake/CurlTests.c
- CMakeLists.txt
- docs/INSTALL-CMAKE.md