build: drop unused variables in tests

Follow-up to fffec3d7e9 #17629
Follow-up to ee06673296 #17628
This commit is contained in:
Viktor Szakats 2025-06-16 01:47:28 +02:00
parent fffec3d7e9
commit 34792307ff
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 1 additions and 2 deletions

View file

@ -36,7 +36,7 @@ add_custom_command(
${FIRSTFILES} ${UTILS} ${CURLX_SRCS} ${TESTFILES}
VERBATIM)
add_executable(servers EXCLUDE_FROM_ALL "${BUNDLE_SRC}" ${_sources_extra})
add_executable(servers EXCLUDE_FROM_ALL "${BUNDLE_SRC}")
add_dependencies(testdeps servers)
target_include_directories(servers PRIVATE
"${PROJECT_BINARY_DIR}/lib" # for "curl_config.h"