mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
5 lines
221 B
CMake
5 lines
221 B
CMake
file(STRINGS "${Data5}" lines LIMIT_INPUT 1024)
|
|
if(NOT "x${lines}" STREQUAL "xInput file already transformed.")
|
|
message(SEND_ERROR "Input file:\n ${Data5}\n" "does not have expected content, but [[${lines}]]")
|
|
endif()
|