summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/GeneratorExpression/CMP0085-NEW-check.cmake
blob: 520bf3dcdcc9b45bf741763988c101a023fcbc23 (plain)
1
2
3
4
5
6
file(READ "${RunCMake_TEST_BINARY_DIR}/CMP0085-NEW-generated.txt" content)

set(expected "101011")
if(NOT content STREQUAL expected)
  set(RunCMake_TEST_FAILED "actual content:\n [[${content}]]\nbut expected:\n [[${expected}]]")
endif()