2016-10-30 18:24:19 +01:00
|
|
|
file(STRINGS "${Data5}" lines LIMIT_INPUT 1024)
|
|
|
|
if(NOT "x${lines}" STREQUAL "xInput file already transformed.")
|
2023-07-02 19:51:09 +02:00
|
|
|
message(SEND_ERROR "Input file:\n ${Data5}\n" "does not have expected content, but [[${lines}]]")
|
2016-10-30 18:24:19 +01:00
|
|
|
endif()
|