mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
7 lines
244 B
CMake
7 lines
244 B
CMake
file(READ "${RunCMake_TEST_BINARY_DIR}/STREQUAL-generated.txt" content)
|
|
|
|
set(expected "1:0")
|
|
if(NOT content STREQUAL expected)
|
|
set(RunCMake_TEST_FAILED "$<STREQUAL>: actual content:\n [[${content}]]\nbut expected:\n [[${expected}]]")
|
|
endif()
|