tidy-up: a cmake warning message and a variable name

Spotted by GitHub Code Quality

Closes #21462
This commit is contained in:
Viktor Szakats 2026-04-27 22:21:27 +02:00
parent 0f47ddc0a9
commit 377ed81ab7
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ if(BUILD_CURL_EXE)
endif()
endif()
else()
message(WARNING "No perl: cannot generate completion script")
message(WARNING "Perl not found. Cannot generate completion scripts.")
endif()
endif()
endif()