Change #259213
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Fri 27 Feb 2026 14:08:59 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 9d727e4e55e1872452b32604e4a3d25277597ac6 |
Comments
cmake: replace `list(FIND)` with `if(var IN_LIST list)` Available since CMake v3.3. Ref: https://cmake.org/cmake/help/latest/command/if.html#in-list Closes #20758
Changed files
- CMakeLists.txt