fix: const qualifier for scanner root_directory parameter
CI / lint (pull_request) Successful in 12s
CI / sanitizers (address) (pull_request) Failing after 14s
CI / sanitizers (undefined) (pull_request) Successful in 16s
CI / fuzz-build (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 9s
CI / valgrind (pull_request) Failing after 11s
CI / build-and-test (pull_request) Successful in 55s

This commit is contained in:
2026-07-21 17:45:26 +02:00
parent be79c014d4
commit bcea8412da
273 changed files with 16026 additions and 2 deletions
@@ -0,0 +1,17 @@
file(REMOVE_RECURSE
"CMakeFiles/xxhash-populate"
"CMakeFiles/xxhash-populate-complete"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-build"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-configure"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-download"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-install"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-mkdir"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-patch"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-test"
"xxhash-populate-prefix/src/xxhash-populate-stamp/xxhash-populate-update"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/xxhash-populate.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()