Change #259214
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Fri 27 Feb 2026 14:09:22 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 00b215b894cac0e21f620a88c299408a57ee2f75 |
Comments
cmake: convert `curl_add_clang_tidy_test_target()` macro to function I thought a macro is necessary to have `get_directory_property()` and `CMAKE_CURRENT_SOURCE_DIR` work on the correct directory, but it turns out they do work the same when used in a function. Closes #20760
Changed files
- CMake/Macros.cmake