mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
codespell: Avoid escape sequence that looks like misspelled "nodes"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
file(STRINGS "${Data5}" lines LIMIT_INPUT 1024)
|
||||
if(NOT "x${lines}" STREQUAL "xInput file already transformed.")
|
||||
message(SEND_ERROR "Input file:\n ${Data5}\ndoes not have expected content, but [[${lines}]]")
|
||||
message(SEND_ERROR "Input file:\n ${Data5}\n" "does not have expected content, but [[${lines}]]")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user